Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
MinimumAge | Pointer to int32 | [optional] | |
Retention | Pointer to int32 | [optional] | |
MaximumSize | Pointer to int32 | [optional] | |
RssSyncInterval | Pointer to int32 | [optional] |
func NewIndexerConfigResource() *IndexerConfigResource
NewIndexerConfigResource instantiates a new IndexerConfigResource 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 NewIndexerConfigResourceWithDefaults() *IndexerConfigResource
NewIndexerConfigResourceWithDefaults instantiates a new IndexerConfigResource 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 *IndexerConfigResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *IndexerConfigResource) GetIdOk() (*int32, 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 *IndexerConfigResource) SetId(v int32)
SetId sets Id field to given value.
func (o *IndexerConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IndexerConfigResource) GetMinimumAge() int32
GetMinimumAge returns the MinimumAge field if non-nil, zero value otherwise.
func (o *IndexerConfigResource) GetMinimumAgeOk() (*int32, bool)
GetMinimumAgeOk returns a tuple with the MinimumAge field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerConfigResource) SetMinimumAge(v int32)
SetMinimumAge sets MinimumAge field to given value.
func (o *IndexerConfigResource) HasMinimumAge() bool
HasMinimumAge returns a boolean if a field has been set.
func (o *IndexerConfigResource) GetRetention() int32
GetRetention returns the Retention field if non-nil, zero value otherwise.
func (o *IndexerConfigResource) GetRetentionOk() (*int32, bool)
GetRetentionOk returns a tuple with the Retention field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerConfigResource) SetRetention(v int32)
SetRetention sets Retention field to given value.
func (o *IndexerConfigResource) HasRetention() bool
HasRetention returns a boolean if a field has been set.
func (o *IndexerConfigResource) GetMaximumSize() int32
GetMaximumSize returns the MaximumSize field if non-nil, zero value otherwise.
func (o *IndexerConfigResource) GetMaximumSizeOk() (*int32, bool)
GetMaximumSizeOk returns a tuple with the MaximumSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerConfigResource) SetMaximumSize(v int32)
SetMaximumSize sets MaximumSize field to given value.
func (o *IndexerConfigResource) HasMaximumSize() bool
HasMaximumSize returns a boolean if a field has been set.
func (o *IndexerConfigResource) GetRssSyncInterval() int32
GetRssSyncInterval returns the RssSyncInterval field if non-nil, zero value otherwise.
func (o *IndexerConfigResource) GetRssSyncIntervalOk() (*int32, bool)
GetRssSyncIntervalOk returns a tuple with the RssSyncInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerConfigResource) SetRssSyncInterval(v int32)
SetRssSyncInterval sets RssSyncInterval field to given value.
func (o *IndexerConfigResource) HasRssSyncInterval() bool
HasRssSyncInterval returns a boolean if a field has been set.