| Name | Type | Description | Notes |
|---|---|---|---|
| Enable | Pointer to bool | [optional] | |
| Key | Pointer to string | [optional] | |
| IncludeIp | Pointer to bool | [optional] |
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
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
func (o *CdnSettingsTokenizedUrlSecureKey) GetEnable() bool
GetEnable returns the Enable field if non-nil, zero value otherwise.
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.
func (o *CdnSettingsTokenizedUrlSecureKey) SetEnable(v bool)
SetEnable sets Enable field to given value.
func (o *CdnSettingsTokenizedUrlSecureKey) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *CdnSettingsTokenizedUrlSecureKey) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *CdnSettingsTokenizedUrlSecureKey) SetKey(v string)
SetKey sets Key field to given value.
func (o *CdnSettingsTokenizedUrlSecureKey) HasKey() bool
HasKey returns a boolean if a field has been set.
func (o *CdnSettingsTokenizedUrlSecureKey) GetIncludeIp() bool
GetIncludeIp returns the IncludeIp field if non-nil, zero value otherwise.
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.
func (o *CdnSettingsTokenizedUrlSecureKey) SetIncludeIp(v bool)
SetIncludeIp sets IncludeIp field to given value.
func (o *CdnSettingsTokenizedUrlSecureKey) HasIncludeIp() bool
HasIncludeIp returns a boolean if a field has been set.