$status
$status : boolean
This class represents the GET operation for SOAP service.
__construct(\FuelSdk\ET_Client $authStub, string $objType, array $props, array $filter, boolean $getSinceLastBatch = false)
Initializes a new instance of the class.
\FuelSdk\ET_Client | $authStub | The ET client object which performs the auth token, refresh token using clientID clientSecret |
string | $objType | Object name, e.g. "ImportDefinition", "DataExtension", etc |
array | $props | Dictionary type array which may hold e.g. array('id' => '', 'key' => '') |
array | $filter | Dictionary type array which may hold e.g. array("Property"=>"", "SimpleOperator"=>"","Value"=>"") |
boolean | $getSinceLastBatch | Gets or sets a boolean value indicating whether to get since last batch. true if get since last batch; otherwise, false. |