| Name | Type | Description | Notes |
|---|---|---|---|
| InstanceId | 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 NewInstanceEventsFields() *InstanceEventsFields
NewInstanceEventsFields instantiates a new InstanceEventsFields 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 NewInstanceEventsFieldsWithDefaults() *InstanceEventsFields
NewInstanceEventsFieldsWithDefaults instantiates a new InstanceEventsFields 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 *InstanceEventsFields) GetInstanceId() int32
GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) GetInstanceIdOk() (*int32, bool)
GetInstanceIdOk returns a tuple with the InstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceEventsFields) SetInstanceId(v int32)
SetInstanceId sets InstanceId field to given value.
func (o *InstanceEventsFields) HasInstanceId() bool
HasInstanceId returns a boolean if a field has been set.
func (o *InstanceEventsFields) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) 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 *InstanceEventsFields) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *InstanceEventsFields) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *InstanceEventsFields) GetObject() string
GetObject returns the Object field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) 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 *InstanceEventsFields) SetObject(v string)
SetObject sets Object field to given value.
func (o *InstanceEventsFields) HasObject() bool
HasObject returns a boolean if a field has been set.
func (o *InstanceEventsFields) GetOrgId() int32
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) 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 *InstanceEventsFields) SetOrgId(v int32)
SetOrgId sets OrgId field to given value.
func (o *InstanceEventsFields) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *InstanceEventsFields) GetReason() string
GetReason returns the Reason field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) 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 *InstanceEventsFields) SetReason(v string)
SetReason sets Reason field to given value.
func (o *InstanceEventsFields) HasReason() bool
HasReason returns a boolean if a field has been set.
func (o *InstanceEventsFields) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) 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 *InstanceEventsFields) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *InstanceEventsFields) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *InstanceEventsFields) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) 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 *InstanceEventsFields) SetType(v string)
SetType sets Type field to given value.
func (o *InstanceEventsFields) HasType() bool
HasType returns a boolean if a field has been set.
func (o *InstanceEventsFields) GetUserId() int32
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *InstanceEventsFields) 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 *InstanceEventsFields) SetUserId(v int32)
SetUserId sets UserId field to given value.
func (o *InstanceEventsFields) HasUserId() bool
HasUserId returns a boolean if a field has been set.