\FuelSdkET_BaseObjectRest

This class represents the base object for REST operation.

Summary

Methods
Properties
Constants
No public methods found
$authStub
$props
$organizationId
$organizationKey
No constants found
No protected methods found
$endpoint
$urlProps
$urlPropsRequired
N/A
No private methods found
No private properties found
N/A

Properties

$authStub

$authStub : \FuelSdk\ET_Client

Type

\FuelSdk\ET_Client — The ET client object which performs the auth token, refresh token using clientID clientSecret

$props

$props : array

Type

array — Dictionary type array which may hold e.g. array('id' => '', 'key' => '')

$organizationId

$organizationId : string

Type

string — Organization Identifier.

$organizationKey

$organizationKey : string

Type

string — Organization Key.

$endpoint

$endpoint : string

Type

string — URL of the API endpoint

$urlProps

$urlProps : array<mixed,string>

Type

array<mixed,string> — array of string having properties or fields name found in the endpoint URL

$urlPropsRequired

$urlPropsRequired : array<mixed,string>

Type

array<mixed,string> — array of string having only required fields