Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int64 | [optional] | |
LastError | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
RotationInterval | Pointer to int32 | [optional] | |
Type | Pointer to string | [optional] |
func NewRotator() *Rotator
NewRotator instantiates a new Rotator 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 NewRotatorWithDefaults() *Rotator
NewRotatorWithDefaults instantiates a new Rotator 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 *Rotator) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Rotator) GetIdOk() (*int64, 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 *Rotator) SetId(v int64)
SetId sets Id field to given value.
func (o *Rotator) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Rotator) GetLastError() string
GetLastError returns the LastError field if non-nil, zero value otherwise.
func (o *Rotator) GetLastErrorOk() (*string, bool)
GetLastErrorOk returns a tuple with the LastError field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rotator) SetLastError(v string)
SetLastError sets LastError field to given value.
func (o *Rotator) HasLastError() bool
HasLastError returns a boolean if a field has been set.
func (o *Rotator) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Rotator) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rotator) SetName(v string)
SetName sets Name field to given value.
func (o *Rotator) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Rotator) GetRotationInterval() int32
GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.
func (o *Rotator) GetRotationIntervalOk() (*int32, bool)
GetRotationIntervalOk returns a tuple with the RotationInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rotator) SetRotationInterval(v int32)
SetRotationInterval sets RotationInterval field to given value.
func (o *Rotator) HasRotationInterval() bool
HasRotationInterval returns a boolean if a field has been set.
func (o *Rotator) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Rotator) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Rotator) SetType(v string)
SetType sets Type field to given value.
func (o *Rotator) HasType() bool
HasType returns a boolean if a field has been set.