Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.14 KB

File metadata and controls

108 lines (59 loc) · 3.14 KB

CdnSettingsTokenizedUrlSecureKey

Properties

Name Type Description Notes
Enable Pointer to bool [optional]
Key Pointer to string [optional]
IncludeIp Pointer to bool [optional]

Methods

NewCdnSettingsTokenizedUrlSecureKey

func NewCdnSettingsTokenizedUrlSecureKey() *CdnSettingsTokenizedUrlSecureKey

NewCdnSettingsTokenizedUrlSecureKey instantiates a new CdnSettingsTokenizedUrlSecureKey object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewCdnSettingsTokenizedUrlSecureKeyWithDefaults

func NewCdnSettingsTokenizedUrlSecureKeyWithDefaults() *CdnSettingsTokenizedUrlSecureKey

NewCdnSettingsTokenizedUrlSecureKeyWithDefaults instantiates a new CdnSettingsTokenizedUrlSecureKey object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetEnable

func (o *CdnSettingsTokenizedUrlSecureKey) GetEnable() bool

GetEnable returns the Enable field if non-nil, zero value otherwise.

GetEnableOk

func (o *CdnSettingsTokenizedUrlSecureKey) GetEnableOk() (*bool, bool)

GetEnableOk returns a tuple with the Enable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEnable

func (o *CdnSettingsTokenizedUrlSecureKey) SetEnable(v bool)

SetEnable sets Enable field to given value.

HasEnable

func (o *CdnSettingsTokenizedUrlSecureKey) HasEnable() bool

HasEnable returns a boolean if a field has been set.

GetKey

func (o *CdnSettingsTokenizedUrlSecureKey) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *CdnSettingsTokenizedUrlSecureKey) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *CdnSettingsTokenizedUrlSecureKey) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *CdnSettingsTokenizedUrlSecureKey) HasKey() bool

HasKey returns a boolean if a field has been set.

GetIncludeIp

func (o *CdnSettingsTokenizedUrlSecureKey) GetIncludeIp() bool

GetIncludeIp returns the IncludeIp field if non-nil, zero value otherwise.

GetIncludeIpOk

func (o *CdnSettingsTokenizedUrlSecureKey) GetIncludeIpOk() (*bool, bool)

GetIncludeIpOk returns a tuple with the IncludeIp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIncludeIp

func (o *CdnSettingsTokenizedUrlSecureKey) SetIncludeIp(v bool)

SetIncludeIp sets IncludeIp field to given value.

HasIncludeIp

func (o *CdnSettingsTokenizedUrlSecureKey) HasIncludeIp() bool

HasIncludeIp returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]