Name | Type | Description | Notes |
---|---|---|---|
CacheKeyRegex | Pointer to string | [optional] | |
CacheResponseCodes | Pointer to []int32 | [optional] | |
Disabled | Pointer to bool | [optional] | |
Method | Pointer to string | [optional] | |
Path | Pointer to string | [optional] | |
Timeout | Pointer to int64 | [optional] |
func NewCacheMeta() *CacheMeta
NewCacheMeta instantiates a new CacheMeta 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 NewCacheMetaWithDefaults() *CacheMeta
NewCacheMetaWithDefaults instantiates a new CacheMeta 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 *CacheMeta) GetCacheKeyRegex() string
GetCacheKeyRegex returns the CacheKeyRegex field if non-nil, zero value otherwise.
func (o *CacheMeta) GetCacheKeyRegexOk() (*string, bool)
GetCacheKeyRegexOk returns a tuple with the CacheKeyRegex field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CacheMeta) SetCacheKeyRegex(v string)
SetCacheKeyRegex sets CacheKeyRegex field to given value.
func (o *CacheMeta) HasCacheKeyRegex() bool
HasCacheKeyRegex returns a boolean if a field has been set.
func (o *CacheMeta) GetCacheResponseCodes() []int32
GetCacheResponseCodes returns the CacheResponseCodes field if non-nil, zero value otherwise.
func (o *CacheMeta) GetCacheResponseCodesOk() (*[]int32, bool)
GetCacheResponseCodesOk returns a tuple with the CacheResponseCodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CacheMeta) SetCacheResponseCodes(v []int32)
SetCacheResponseCodes sets CacheResponseCodes field to given value.
func (o *CacheMeta) HasCacheResponseCodes() bool
HasCacheResponseCodes returns a boolean if a field has been set.
func (o *CacheMeta) SetCacheResponseCodesNil(b bool)
SetCacheResponseCodesNil sets the value for CacheResponseCodes to be an explicit nil
func (o *CacheMeta) UnsetCacheResponseCodes()
UnsetCacheResponseCodes ensures that no value is present for CacheResponseCodes, not even an explicit nil
func (o *CacheMeta) GetDisabled() bool
GetDisabled returns the Disabled field if non-nil, zero value otherwise.
func (o *CacheMeta) GetDisabledOk() (*bool, bool)
GetDisabledOk returns a tuple with the Disabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CacheMeta) SetDisabled(v bool)
SetDisabled sets Disabled field to given value.
func (o *CacheMeta) HasDisabled() bool
HasDisabled returns a boolean if a field has been set.
func (o *CacheMeta) GetMethod() string
GetMethod returns the Method field if non-nil, zero value otherwise.
func (o *CacheMeta) GetMethodOk() (*string, bool)
GetMethodOk returns a tuple with the Method field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CacheMeta) SetMethod(v string)
SetMethod sets Method field to given value.
func (o *CacheMeta) HasMethod() bool
HasMethod returns a boolean if a field has been set.
func (o *CacheMeta) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
func (o *CacheMeta) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CacheMeta) SetPath(v string)
SetPath sets Path field to given value.
func (o *CacheMeta) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *CacheMeta) GetTimeout() int64
GetTimeout returns the Timeout field if non-nil, zero value otherwise.
func (o *CacheMeta) GetTimeoutOk() (*int64, bool)
GetTimeoutOk returns a tuple with the Timeout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CacheMeta) SetTimeout(v int64)
SetTimeout sets Timeout field to given value.
func (o *CacheMeta) HasTimeout() bool
HasTimeout returns a boolean if a field has been set.