Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.16 KB

File metadata and controls

82 lines (45 loc) · 2.16 KB

CdnSettingsStale

Properties

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

Methods

NewCdnSettingsStale

func NewCdnSettingsStale() *CdnSettingsStale

NewCdnSettingsStale instantiates a new CdnSettingsStale 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

NewCdnSettingsStaleWithDefaults

func NewCdnSettingsStaleWithDefaults() *CdnSettingsStale

NewCdnSettingsStaleWithDefaults instantiates a new CdnSettingsStale 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 *CdnSettingsStale) GetEnable() bool

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

GetEnableOk

func (o *CdnSettingsStale) 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 *CdnSettingsStale) SetEnable(v bool)

SetEnable sets Enable field to given value.

HasEnable

func (o *CdnSettingsStale) HasEnable() bool

HasEnable returns a boolean if a field has been set.

GetType

func (o *CdnSettingsStale) GetType() []string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *CdnSettingsStale) GetTypeOk() (*[]string, bool)

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

SetType

func (o *CdnSettingsStale) SetType(v []string)

SetType sets Type field to given value.

HasType

func (o *CdnSettingsStale) HasType() bool

HasType returns a boolean if a field has been set.

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