Class awOperationStream

Description

A stream of AdWords API mutate operations that must be performed serially.

Further, this operation stream must be processed serially with all other operation streams in a bulk mutate job that specify the same scoping entity.

Located in /classes/cm/OperationStream.php

awComplexObject
   |
   --awOperationStream
Variable Summary
Variables
awOperation[] $operations

The mutate operations comprising this stream.

<span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span> <span class="constraint NotEmpty">This field must contain at least one element.</span> <span class="constraint Required">This field is required and should not be {@code null}.</span>

awEntityId $scopingEntityId

The id of the entity within whose scope the mutate operations apply.

mixed $_checkFields = array(
'scopingEntityId' => array(
'objName' => 'awEntityId',
'type' => 'obj'
),'operations'=>array('objName'=>'awOperation','type'=>'array'),)
  • access: public

Redefinition of:
awComplexObject::$_checkFields

Inherited Variables

Inherited from awComplexObject

awComplexObject::$_cachedCheckFields
awComplexObject::$_row
Methods

Documentation generated on Fri, 23 Mar 2012 13:44:07 +0200 by phpDocumentor 1.4.3