Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.03 KB

File metadata and controls

238 lines (129 loc) · 6.03 KB

InstanceEventsFields

Properties

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]

Methods

NewInstanceEventsFields

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

NewInstanceEventsFieldsWithDefaults

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

GetInstanceId

func (o *InstanceEventsFields) GetInstanceId() int32

GetInstanceId returns the InstanceId field if non-nil, zero value otherwise.

GetInstanceIdOk

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.

SetInstanceId

func (o *InstanceEventsFields) SetInstanceId(v int32)

SetInstanceId sets InstanceId field to given value.

HasInstanceId

func (o *InstanceEventsFields) HasInstanceId() bool

HasInstanceId returns a boolean if a field has been set.

GetMessage

func (o *InstanceEventsFields) GetMessage() string

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

GetMessageOk

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.

SetMessage

func (o *InstanceEventsFields) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *InstanceEventsFields) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetObject

func (o *InstanceEventsFields) GetObject() string

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

GetObjectOk

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.

SetObject

func (o *InstanceEventsFields) SetObject(v string)

SetObject sets Object field to given value.

HasObject

func (o *InstanceEventsFields) HasObject() bool

HasObject returns a boolean if a field has been set.

GetOrgId

func (o *InstanceEventsFields) GetOrgId() int32

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

GetOrgIdOk

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.

SetOrgId

func (o *InstanceEventsFields) SetOrgId(v int32)

SetOrgId sets OrgId field to given value.

HasOrgId

func (o *InstanceEventsFields) HasOrgId() bool

HasOrgId returns a boolean if a field has been set.

GetReason

func (o *InstanceEventsFields) GetReason() string

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

GetReasonOk

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.

SetReason

func (o *InstanceEventsFields) SetReason(v string)

SetReason sets Reason field to given value.

HasReason

func (o *InstanceEventsFields) HasReason() bool

HasReason returns a boolean if a field has been set.

GetTime

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

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

GetTimeOk

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.

SetTime

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

SetTime sets Time field to given value.

HasTime

func (o *InstanceEventsFields) HasTime() bool

HasTime returns a boolean if a field has been set.

GetType

func (o *InstanceEventsFields) GetType() string

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

GetTypeOk

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.

SetType

func (o *InstanceEventsFields) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *InstanceEventsFields) HasType() bool

HasType returns a boolean if a field has been set.

GetUserId

func (o *InstanceEventsFields) GetUserId() int32

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

GetUserIdOk

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.

SetUserId

func (o *InstanceEventsFields) SetUserId(v int32)

SetUserId sets UserId field to given value.

HasUserId

func (o *InstanceEventsFields) HasUserId() bool

HasUserId returns a boolean if a field has been set.

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