Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.98 KB

File metadata and controls

134 lines (73 loc) · 3.98 KB

CustconfFailSafeOriginPull

Properties

Name Type Description Notes
Id Pointer to string This is used by the API to perform conflict checking [optional]
Enabled Pointer to bool [optional]
StatusCodeMatch Pointer to string String of values delimited by a ',' character. [optional]
PathFilter Pointer to string String of values delimited by a ',' character. [optional]

Methods

NewCustconfFailSafeOriginPull

func NewCustconfFailSafeOriginPull() *CustconfFailSafeOriginPull

NewCustconfFailSafeOriginPull instantiates a new CustconfFailSafeOriginPull 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

NewCustconfFailSafeOriginPullWithDefaults

func NewCustconfFailSafeOriginPullWithDefaults() *CustconfFailSafeOriginPull

NewCustconfFailSafeOriginPullWithDefaults instantiates a new CustconfFailSafeOriginPull 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 *CustconfFailSafeOriginPull) GetId() string

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

GetIdOk

func (o *CustconfFailSafeOriginPull) 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 *CustconfFailSafeOriginPull) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *CustconfFailSafeOriginPull) HasId() bool

HasId returns a boolean if a field has been set.

GetEnabled

func (o *CustconfFailSafeOriginPull) GetEnabled() bool

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

GetEnabledOk

func (o *CustconfFailSafeOriginPull) 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 *CustconfFailSafeOriginPull) SetEnabled(v bool)

SetEnabled sets Enabled field to given value.

HasEnabled

func (o *CustconfFailSafeOriginPull) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

GetStatusCodeMatch

func (o *CustconfFailSafeOriginPull) GetStatusCodeMatch() string

GetStatusCodeMatch returns the StatusCodeMatch field if non-nil, zero value otherwise.

GetStatusCodeMatchOk

func (o *CustconfFailSafeOriginPull) GetStatusCodeMatchOk() (*string, bool)

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

SetStatusCodeMatch

func (o *CustconfFailSafeOriginPull) SetStatusCodeMatch(v string)

SetStatusCodeMatch sets StatusCodeMatch field to given value.

HasStatusCodeMatch

func (o *CustconfFailSafeOriginPull) HasStatusCodeMatch() bool

HasStatusCodeMatch returns a boolean if a field has been set.

GetPathFilter

func (o *CustconfFailSafeOriginPull) GetPathFilter() string

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

GetPathFilterOk

func (o *CustconfFailSafeOriginPull) 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 *CustconfFailSafeOriginPull) SetPathFilter(v string)

SetPathFilter sets PathFilter field to given value.

HasPathFilter

func (o *CustconfFailSafeOriginPull) HasPathFilter() bool

HasPathFilter returns a boolean if a field has been set.

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