Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | Internal ID of this entity. | |
Created | Pointer to time.Time | The time this entity was created. | |
UserId | Pointer to int32 | The ID of the user associated with this entity. | |
ApplicationId | Pointer to int32 | ID of application associated with change. | [optional] |
Entity | Pointer to string | API endpoint on which the change was initiated. | |
Old | Pointer to map[string]interface{} | Resource before the change occurred. | [optional] |
New | Pointer to map[string]interface{} | Resource after the change occurred. | [optional] |
ManagementKeyId | Pointer to int32 | ID of management key used to perform changes. | [optional] |
func (o *Change) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Change) 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 *Change) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Change) SetId(v int32)
SetId gets a reference to the given int32 and assigns it to the Id field.
func (o *Change) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *Change) GetCreatedOk() (time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Change) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Change) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (o *Change) GetUserId() int32
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *Change) 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 *Change) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *Change) SetUserId(v int32)
SetUserId gets a reference to the given int32 and assigns it to the UserId field.
func (o *Change) GetApplicationId() int32
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *Change) GetApplicationIdOk() (int32, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Change) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *Change) SetApplicationId(v int32)
SetApplicationId gets a reference to the given int32 and assigns it to the ApplicationId field.
func (o *Change) GetEntity() string
GetEntity returns the Entity field if non-nil, zero value otherwise.
func (o *Change) GetEntityOk() (string, bool)
GetEntityOk returns a tuple with the Entity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Change) HasEntity() bool
HasEntity returns a boolean if a field has been set.
func (o *Change) SetEntity(v string)
SetEntity gets a reference to the given string and assigns it to the Entity field.
func (o *Change) GetOld() map[string]interface{}
GetOld returns the Old field if non-nil, zero value otherwise.
func (o *Change) GetOldOk() (map[string]interface{}, bool)
GetOldOk returns a tuple with the Old field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Change) HasOld() bool
HasOld returns a boolean if a field has been set.
func (o *Change) SetOld(v map[string]interface{})
SetOld gets a reference to the given map[string]interface{} and assigns it to the Old field.
func (o *Change) GetNew() map[string]interface{}
GetNew returns the New field if non-nil, zero value otherwise.
func (o *Change) GetNewOk() (map[string]interface{}, bool)
GetNewOk returns a tuple with the New field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Change) HasNew() bool
HasNew returns a boolean if a field has been set.
func (o *Change) SetNew(v map[string]interface{})
SetNew gets a reference to the given map[string]interface{} and assigns it to the New field.
func (o *Change) GetManagementKeyId() int32
GetManagementKeyId returns the ManagementKeyId field if non-nil, zero value otherwise.
func (o *Change) GetManagementKeyIdOk() (int32, bool)
GetManagementKeyIdOk returns a tuple with the ManagementKeyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Change) HasManagementKeyId() bool
HasManagementKeyId returns a boolean if a field has been set.
func (o *Change) SetManagementKeyId(v int32)
SetManagementKeyId gets a reference to the given int32 and assigns it to the ManagementKeyId field.