Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 9.53 KB

CustconfClientResponseModification.md

File metadata and controls

290 lines (157 loc) · 9.53 KB

CustconfClientResponseModification

Properties

Name Type Description Notes
Id Pointer to string This is used by the API to perform conflict checking [optional]
StatusCodeRewrite Pointer to float32 [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 response. 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 CustconfClientResponseModificationFlowControlEnumWrapperValue [optional] [default to "UNKNOWN"]
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]

Methods

NewCustconfClientResponseModification

func NewCustconfClientResponseModification() *CustconfClientResponseModification

NewCustconfClientResponseModification instantiates a new CustconfClientResponseModification 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

NewCustconfClientResponseModificationWithDefaults

func NewCustconfClientResponseModificationWithDefaults() *CustconfClientResponseModification

NewCustconfClientResponseModificationWithDefaults instantiates a new CustconfClientResponseModification 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

GetId

func (o *CustconfClientResponseModification) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *CustconfClientResponseModification) 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.

SetId

func (o *CustconfClientResponseModification) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CustconfClientResponseModification) HasId() bool

HasId returns a boolean if a field has been set.

GetStatusCodeRewrite

func (o *CustconfClientResponseModification) GetStatusCodeRewrite() float32

GetStatusCodeRewrite returns the StatusCodeRewrite field if non-nil, zero value otherwise.

GetStatusCodeRewriteOk

func (o *CustconfClientResponseModification) GetStatusCodeRewriteOk() (*float32, bool)

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

SetStatusCodeRewrite

func (o *CustconfClientResponseModification) SetStatusCodeRewrite(v float32)

SetStatusCodeRewrite sets StatusCodeRewrite field to given value.

HasStatusCodeRewrite

func (o *CustconfClientResponseModification) HasStatusCodeRewrite() bool

HasStatusCodeRewrite returns a boolean if a field has been set.

GetHeaderPattern

func (o *CustconfClientResponseModification) GetHeaderPattern() string

GetHeaderPattern returns the HeaderPattern field if non-nil, zero value otherwise.

GetHeaderPatternOk

func (o *CustconfClientResponseModification) 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.

SetHeaderPattern

func (o *CustconfClientResponseModification) SetHeaderPattern(v string)

SetHeaderPattern sets HeaderPattern field to given value.

HasHeaderPattern

func (o *CustconfClientResponseModification) HasHeaderPattern() bool

HasHeaderPattern returns a boolean if a field has been set.

GetHeaderRewrite

func (o *CustconfClientResponseModification) GetHeaderRewrite() string

GetHeaderRewrite returns the HeaderRewrite field if non-nil, zero value otherwise.

GetHeaderRewriteOk

func (o *CustconfClientResponseModification) 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.

SetHeaderRewrite

func (o *CustconfClientResponseModification) SetHeaderRewrite(v string)

SetHeaderRewrite sets HeaderRewrite field to given value.

HasHeaderRewrite

func (o *CustconfClientResponseModification) HasHeaderRewrite() bool

HasHeaderRewrite returns a boolean if a field has been set.

GetAddHeaders

func (o *CustconfClientResponseModification) GetAddHeaders() string

GetAddHeaders returns the AddHeaders field if non-nil, zero value otherwise.

GetAddHeadersOk

func (o *CustconfClientResponseModification) 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.

SetAddHeaders

func (o *CustconfClientResponseModification) SetAddHeaders(v string)

SetAddHeaders sets AddHeaders field to given value.

HasAddHeaders

func (o *CustconfClientResponseModification) HasAddHeaders() bool

HasAddHeaders returns a boolean if a field has been set.

GetFlowControl

func (o *CustconfClientResponseModification) GetFlowControl() CustconfClientResponseModificationFlowControlEnumWrapperValue

GetFlowControl returns the FlowControl field if non-nil, zero value otherwise.

GetFlowControlOk

func (o *CustconfClientResponseModification) GetFlowControlOk() (*CustconfClientResponseModificationFlowControlEnumWrapperValue, 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.

SetFlowControl

func (o *CustconfClientResponseModification) SetFlowControl(v CustconfClientResponseModificationFlowControlEnumWrapperValue)

SetFlowControl sets FlowControl field to given value.

HasFlowControl

func (o *CustconfClientResponseModification) HasFlowControl() bool

HasFlowControl returns a boolean if a field has been set.

GetEnabled

func (o *CustconfClientResponseModification) GetEnabled() bool

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

GetEnabledOk

func (o *CustconfClientResponseModification) 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.

SetEnabled

func (o *CustconfClientResponseModification) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *CustconfClientResponseModification) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetMethodFilter

func (o *CustconfClientResponseModification) GetMethodFilter() string

GetMethodFilter returns the MethodFilter field if non-nil, zero value otherwise.

GetMethodFilterOk

func (o *CustconfClientResponseModification) 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.

SetMethodFilter

func (o *CustconfClientResponseModification) SetMethodFilter(v string)

SetMethodFilter sets MethodFilter field to given value.

HasMethodFilter

func (o *CustconfClientResponseModification) HasMethodFilter() bool

HasMethodFilter returns a boolean if a field has been set.

GetPathFilter

func (o *CustconfClientResponseModification) GetPathFilter() string

GetPathFilter returns the PathFilter field if non-nil, zero value otherwise.

GetPathFilterOk

func (o *CustconfClientResponseModification) 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.

SetPathFilter

func (o *CustconfClientResponseModification) SetPathFilter(v string)

SetPathFilter sets PathFilter field to given value.

HasPathFilter

func (o *CustconfClientResponseModification) HasPathFilter() bool

HasPathFilter returns a boolean if a field has been set.

GetHeaderFilter

func (o *CustconfClientResponseModification) GetHeaderFilter() string

GetHeaderFilter returns the HeaderFilter field if non-nil, zero value otherwise.

GetHeaderFilterOk

func (o *CustconfClientResponseModification) 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.

SetHeaderFilter

func (o *CustconfClientResponseModification) SetHeaderFilter(v string)

SetHeaderFilter sets HeaderFilter field to given value.

HasHeaderFilter

func (o *CustconfClientResponseModification) HasHeaderFilter() bool

HasHeaderFilter returns a boolean if a field has been set.

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