class ConsentStore extends Model (View source)

Properties

string $defaultConsentTtl
bool $enableConsentCreateOnUpdate
string[] $labels
string $name

Methods

setDefaultConsentTtl($defaultConsentTtl)

No description

string
getDefaultConsentTtl()

No description

setEnableConsentCreateOnUpdate($enableConsentCreateOnUpdate)

No description

bool
setLabels($labels)

No description

string[]
getLabels()

No description

setName($name)

No description

string
getName()

No description

Details

setDefaultConsentTtl($defaultConsentTtl)

No description

Parameters

$defaultConsentTtl

string getDefaultConsentTtl()

No description

Return Value

string

setEnableConsentCreateOnUpdate($enableConsentCreateOnUpdate)

No description

Parameters

$enableConsentCreateOnUpdate

bool getEnableConsentCreateOnUpdate()

No description

Return Value

bool

setLabels($labels)

No description

Parameters

$labels

string[] getLabels()

No description

Return Value

string[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string