| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | This is used by the API to perform conflict checking | [optional] |
| UrlPattern | Pointer to string | [optional] | |
| UrlRewrite | Pointer to string | [optional] | |
| HeaderPattern | Pointer to string | [optional] | |
| HeaderRewrite | Pointer to string | [optional] | |
| AddHeaders | Pointer to string | String of values delimited by a ' | ' character. This is the static HTTP header you want inserted into the CDN request. Start value with "append:", "replace:" or "create:" which defines if Header will be added, replaced or create if not exists. Default is append. |
| FlowControl | Pointer to string | [optional] | |
| Enabled | Pointer to bool | [optional] | |
| MethodFilter | Pointer to string | String of values delimited by a ',' character. | [optional] |
| PathFilter | Pointer to string | String of values delimited by a ',' character. | [optional] |
| HeaderFilter | Pointer to string | String of values delimited by a ',' character. | [optional] |
| CookieFilter | Pointer to string | String of values delimited by a ',' character. | [optional] |
func NewCustconfOriginRequestModification() *CustconfOriginRequestModification
NewCustconfOriginRequestModification instantiates a new CustconfOriginRequestModification 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 NewCustconfOriginRequestModificationWithDefaults() *CustconfOriginRequestModification
NewCustconfOriginRequestModificationWithDefaults instantiates a new CustconfOriginRequestModification 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 *CustconfOriginRequestModification) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetId(v string)
SetId sets Id field to given value.
func (o *CustconfOriginRequestModification) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetUrlPattern() string
GetUrlPattern returns the UrlPattern field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetUrlPatternOk() (*string, bool)
GetUrlPatternOk returns a tuple with the UrlPattern field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetUrlPattern(v string)
SetUrlPattern sets UrlPattern field to given value.
func (o *CustconfOriginRequestModification) HasUrlPattern() bool
HasUrlPattern returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetUrlRewrite() string
GetUrlRewrite returns the UrlRewrite field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetUrlRewriteOk() (*string, bool)
GetUrlRewriteOk returns a tuple with the UrlRewrite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetUrlRewrite(v string)
SetUrlRewrite sets UrlRewrite field to given value.
func (o *CustconfOriginRequestModification) HasUrlRewrite() bool
HasUrlRewrite returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetHeaderPattern() string
GetHeaderPattern returns the HeaderPattern field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetHeaderPatternOk() (*string, bool)
GetHeaderPatternOk returns a tuple with the HeaderPattern field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetHeaderPattern(v string)
SetHeaderPattern sets HeaderPattern field to given value.
func (o *CustconfOriginRequestModification) HasHeaderPattern() bool
HasHeaderPattern returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetHeaderRewrite() string
GetHeaderRewrite returns the HeaderRewrite field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetHeaderRewriteOk() (*string, bool)
GetHeaderRewriteOk returns a tuple with the HeaderRewrite field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetHeaderRewrite(v string)
SetHeaderRewrite sets HeaderRewrite field to given value.
func (o *CustconfOriginRequestModification) HasHeaderRewrite() bool
HasHeaderRewrite returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetAddHeaders() string
GetAddHeaders returns the AddHeaders field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetAddHeadersOk() (*string, bool)
GetAddHeadersOk returns a tuple with the AddHeaders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetAddHeaders(v string)
SetAddHeaders sets AddHeaders field to given value.
func (o *CustconfOriginRequestModification) HasAddHeaders() bool
HasAddHeaders returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetFlowControl() string
GetFlowControl returns the FlowControl field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetFlowControlOk() (*string, bool)
GetFlowControlOk returns a tuple with the FlowControl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetFlowControl(v string)
SetFlowControl sets FlowControl field to given value.
func (o *CustconfOriginRequestModification) HasFlowControl() bool
HasFlowControl returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *CustconfOriginRequestModification) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetMethodFilter() string
GetMethodFilter returns the MethodFilter field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetMethodFilterOk() (*string, bool)
GetMethodFilterOk returns a tuple with the MethodFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetMethodFilter(v string)
SetMethodFilter sets MethodFilter field to given value.
func (o *CustconfOriginRequestModification) HasMethodFilter() bool
HasMethodFilter returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetPathFilter() string
GetPathFilter returns the PathFilter field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetPathFilterOk() (*string, bool)
GetPathFilterOk returns a tuple with the PathFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetPathFilter(v string)
SetPathFilter sets PathFilter field to given value.
func (o *CustconfOriginRequestModification) HasPathFilter() bool
HasPathFilter returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetHeaderFilter() string
GetHeaderFilter returns the HeaderFilter field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetHeaderFilterOk() (*string, bool)
GetHeaderFilterOk returns a tuple with the HeaderFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetHeaderFilter(v string)
SetHeaderFilter sets HeaderFilter field to given value.
func (o *CustconfOriginRequestModification) HasHeaderFilter() bool
HasHeaderFilter returns a boolean if a field has been set.
func (o *CustconfOriginRequestModification) GetCookieFilter() string
GetCookieFilter returns the CookieFilter field if non-nil, zero value otherwise.
func (o *CustconfOriginRequestModification) GetCookieFilterOk() (*string, bool)
GetCookieFilterOk returns a tuple with the CookieFilter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustconfOriginRequestModification) SetCookieFilter(v string)
SetCookieFilter sets CookieFilter field to given value.
func (o *CustconfOriginRequestModification) HasCookieFilter() bool
HasCookieFilter returns a boolean if a field has been set.