Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.82 KB

Rotator.md

File metadata and controls

160 lines (87 loc) · 3.82 KB

Rotator

Properties

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]

Methods

NewRotator

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

NewRotatorWithDefaults

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

GetId

func (o *Rotator) GetId() int64

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

GetIdOk

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.

SetId

func (o *Rotator) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *Rotator) HasId() bool

HasId returns a boolean if a field has been set.

GetLastError

func (o *Rotator) GetLastError() string

GetLastError returns the LastError field if non-nil, zero value otherwise.

GetLastErrorOk

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.

SetLastError

func (o *Rotator) SetLastError(v string)

SetLastError sets LastError field to given value.

HasLastError

func (o *Rotator) HasLastError() bool

HasLastError returns a boolean if a field has been set.

GetName

func (o *Rotator) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *Rotator) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Rotator) HasName() bool

HasName returns a boolean if a field has been set.

GetRotationInterval

func (o *Rotator) GetRotationInterval() int32

GetRotationInterval returns the RotationInterval field if non-nil, zero value otherwise.

GetRotationIntervalOk

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.

SetRotationInterval

func (o *Rotator) SetRotationInterval(v int32)

SetRotationInterval sets RotationInterval field to given value.

HasRotationInterval

func (o *Rotator) HasRotationInterval() bool

HasRotationInterval returns a boolean if a field has been set.

GetType

func (o *Rotator) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *Rotator) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *Rotator) HasType() bool

HasType returns a boolean if a field has been set.

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