| Name | Type | Description | Notes |
|---|---|---|---|
| Enable | Pointer to bool | [optional] | |
| HttpMethod | Pointer to []string | [optional] |
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
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
func (o *CdnSettingsAllowedHttpMethods) GetEnable() bool
GetEnable returns the Enable field if non-nil, zero value otherwise.
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.
func (o *CdnSettingsAllowedHttpMethods) SetEnable(v bool)
SetEnable sets Enable field to given value.
func (o *CdnSettingsAllowedHttpMethods) HasEnable() bool
HasEnable returns a boolean if a field has been set.
func (o *CdnSettingsAllowedHttpMethods) GetHttpMethod() []string
GetHttpMethod returns the HttpMethod field if non-nil, zero value otherwise.
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.
func (o *CdnSettingsAllowedHttpMethods) SetHttpMethod(v []string)
SetHttpMethod sets HttpMethod field to given value.
func (o *CdnSettingsAllowedHttpMethods) HasHttpMethod() bool
HasHttpMethod returns a boolean if a field has been set.