$status
$status : boolean
This class represents the GET operation for REST service.
__construct(\FuelSdk\ET_Client $authStub, string $url, null|string $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 |
null|string | $qs | access token passed in header instead of url |