$status
$status : boolean
This class represents the PUT operation for REST service.
__construct(\FuelSdk\ET_Client $authStub, string $url, array $props, $qs = "")
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 | $url | The endpoint URL |
array | $props | Dictionary type array which may hold e.g. array('id' => '', 'key' => '') |
$qs |