Skip to content

Latest commit

 

History

History
264 lines (143 loc) · 6.54 KB

File metadata and controls

264 lines (143 loc) · 6.54 KB

ClusterEventsFields

Properties

Name Type Description Notes
ClusterId Pointer to int32 [optional]
Id Pointer to int32 [optional]
Message Pointer to string [optional]
Object Pointer to string [optional]
OrgId Pointer to int32 [optional]
Reason Pointer to string [optional]
Time Pointer to time.Time [optional]
Type Pointer to string [optional]
UserId Pointer to int32 [optional]

Methods

NewClusterEventsFields

func NewClusterEventsFields() *ClusterEventsFields

NewClusterEventsFields instantiates a new ClusterEventsFields 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

NewClusterEventsFieldsWithDefaults

func NewClusterEventsFieldsWithDefaults() *ClusterEventsFields

NewClusterEventsFieldsWithDefaults instantiates a new ClusterEventsFields 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

GetClusterId

func (o *ClusterEventsFields) GetClusterId() int32

GetClusterId returns the ClusterId field if non-nil, zero value otherwise.

GetClusterIdOk

func (o *ClusterEventsFields) GetClusterIdOk() (*int32, bool)

GetClusterIdOk returns a tuple with the ClusterId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetClusterId

func (o *ClusterEventsFields) SetClusterId(v int32)

SetClusterId sets ClusterId field to given value.

HasClusterId

func (o *ClusterEventsFields) HasClusterId() bool

HasClusterId returns a boolean if a field has been set.

GetId

func (o *ClusterEventsFields) GetId() int32

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

GetIdOk

func (o *ClusterEventsFields) 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.

SetId

func (o *ClusterEventsFields) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ClusterEventsFields) HasId() bool

HasId returns a boolean if a field has been set.

GetMessage

func (o *ClusterEventsFields) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ClusterEventsFields) GetMessageOk() (*string, bool)

GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMessage

func (o *ClusterEventsFields) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ClusterEventsFields) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetObject

func (o *ClusterEventsFields) GetObject() string

GetObject returns the Object field if non-nil, zero value otherwise.

GetObjectOk

func (o *ClusterEventsFields) GetObjectOk() (*string, bool)

GetObjectOk returns a tuple with the Object field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetObject

func (o *ClusterEventsFields) SetObject(v string)

SetObject sets Object field to given value.

HasObject

func (o *ClusterEventsFields) HasObject() bool

HasObject returns a boolean if a field has been set.

GetOrgId

func (o *ClusterEventsFields) GetOrgId() int32

GetOrgId returns the OrgId field if non-nil, zero value otherwise.

GetOrgIdOk

func (o *ClusterEventsFields) GetOrgIdOk() (*int32, bool)

GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrgId

func (o *ClusterEventsFields) SetOrgId(v int32)

SetOrgId sets OrgId field to given value.

HasOrgId

func (o *ClusterEventsFields) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

GetReason

func (o *ClusterEventsFields) GetReason() string

GetReason returns the Reason field if non-nil, zero value otherwise.

GetReasonOk

func (o *ClusterEventsFields) GetReasonOk() (*string, bool)

GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetReason

func (o *ClusterEventsFields) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *ClusterEventsFields) HasReason() bool

HasReason returns a boolean if a field has been set.

GetTime

func (o *ClusterEventsFields) GetTime() time.Time

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *ClusterEventsFields) GetTimeOk() (*time.Time, bool)

GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTime

func (o *ClusterEventsFields) SetTime(v time.Time)

SetTime sets Time field to given value.

HasTime

func (o *ClusterEventsFields) HasTime() bool

HasTime returns a boolean if a field has been set.

GetType

func (o *ClusterEventsFields) GetType() string

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

GetTypeOk

func (o *ClusterEventsFields) 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 *ClusterEventsFields) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ClusterEventsFields) HasType() bool

HasType returns a boolean if a field has been set.

GetUserId

func (o *ClusterEventsFields) GetUserId() int32

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *ClusterEventsFields) GetUserIdOk() (*int32, bool)

GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUserId

func (o *ClusterEventsFields) SetUserId(v int32)

SetUserId sets UserId field to given value.

HasUserId

func (o *ClusterEventsFields) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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