| 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] |
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
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
func (o *ClusterEventsFields) GetClusterId() int32
GetClusterId returns the ClusterId field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetClusterId(v int32)
SetClusterId sets ClusterId field to given value.
func (o *ClusterEventsFields) HasClusterId() bool
HasClusterId returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetId(v int32)
SetId sets Id field to given value.
func (o *ClusterEventsFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ClusterEventsFields) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetObject(v string)
SetObject sets Object field to given value.
func (o *ClusterEventsFields) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetOrgId() int32
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetOrgId(v int32)
SetOrgId sets OrgId field to given value.
func (o *ClusterEventsFields) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetReason(v string)
SetReason sets Reason field to given value.
func (o *ClusterEventsFields) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ClusterEventsFields) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetType(v string)
SetType sets Type field to given value.
func (o *ClusterEventsFields) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ClusterEventsFields) GetUserId() int32
GetUserId returns the UserId field if non-nil, zero value otherwise.
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.
func (o *ClusterEventsFields) SetUserId(v int32)
SetUserId sets UserId field to given value.
func (o *ClusterEventsFields) HasUserId() bool
HasUserId returns a boolean if a field has been set.