Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.49 KB

File metadata and controls

82 lines (45 loc) · 2.49 KB

CdnSettingsAllowedHttpMethods

Properties

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

Methods

NewCdnSettingsAllowedHttpMethods

func NewCdnSettingsAllowedHttpMethods() *CdnSettingsAllowedHttpMethods

NewCdnSettingsAllowedHttpMethods instantiates a new CdnSettingsAllowedHttpMethods 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

NewCdnSettingsAllowedHttpMethodsWithDefaults

func NewCdnSettingsAllowedHttpMethodsWithDefaults() *CdnSettingsAllowedHttpMethods

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

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

GetEnableOk

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

SetEnable sets Enable field to given value.

HasEnable

func (o *CdnSettingsAllowedHttpMethods) HasEnable() bool

HasEnable returns a boolean if a field has been set.

GetHttpMethod

func (o *CdnSettingsAllowedHttpMethods) GetHttpMethod() []string

GetHttpMethod returns the HttpMethod field if non-nil, zero value otherwise.

GetHttpMethodOk

func (o *CdnSettingsAllowedHttpMethods) GetHttpMethodOk() (*[]string, bool)

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

SetHttpMethod

func (o *CdnSettingsAllowedHttpMethods) SetHttpMethod(v []string)

SetHttpMethod sets HttpMethod field to given value.

HasHttpMethod

func (o *CdnSettingsAllowedHttpMethods) HasHttpMethod() bool

HasHttpMethod returns a boolean if a field has been set.

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