$status
$status : boolean
This class represents the PERFORM operation for SOAP service.
__construct(\FuelSdk\ET_Client $authStub, string $objType, string $action, array $props)
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 |
string | $action | Action names e.g. "create", "delete", "update", etc |
array | $props | Dictionary type array which may hold e.g. array('id' => '', 'key' => '') |