| 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] |
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
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
func (o *CustconfFailSafeOriginPull) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *CustconfFailSafeOriginPull) SetId(v string)
SetId sets Id field to given value.
func (o *CustconfFailSafeOriginPull) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CustconfFailSafeOriginPull) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *CustconfFailSafeOriginPull) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *CustconfFailSafeOriginPull) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *CustconfFailSafeOriginPull) GetStatusCodeMatch() string
GetStatusCodeMatch returns the StatusCodeMatch field if non-nil, zero value otherwise.
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.
func (o *CustconfFailSafeOriginPull) SetStatusCodeMatch(v string)
SetStatusCodeMatch sets StatusCodeMatch field to given value.
func (o *CustconfFailSafeOriginPull) HasStatusCodeMatch() bool
HasStatusCodeMatch returns a boolean if a field has been set.
func (o *CustconfFailSafeOriginPull) GetPathFilter() string
GetPathFilter returns the PathFilter field if non-nil, zero value otherwise.
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.
func (o *CustconfFailSafeOriginPull) SetPathFilter(v string)
SetPathFilter sets PathFilter field to given value.
func (o *CustconfFailSafeOriginPull) HasPathFilter() bool
HasPathFilter returns a boolean if a field has been set.