Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to NullableString | [optional] | |
TenantId | Pointer to string | [optional] | |
ActorId | Pointer to NullableString | [optional] | |
ActorType | Pointer to NullableString | [optional] | |
EntityType | Pointer to NullableString | [optional] | |
EntityId | Pointer to NullableString | [optional] | |
Operation | Pointer to NullableString | [optional] | |
Message | Pointer to NullableString | [optional] | |
CreatedAt | Pointer to NullableTime | [optional] |
func NewLog() *Log
NewLog instantiates a new Log 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 NewLogWithDefaults() *Log
NewLogWithDefaults instantiates a new Log 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 *Log) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Log) GetIdOk() (*string, 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 *Log) SetId(v string)
SetId sets Id field to given value.
func (o *Log) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Log) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *Log) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *Log) GetTenantId() string
GetTenantId returns the TenantId field if non-nil, zero value otherwise.
func (o *Log) GetTenantIdOk() (*string, bool)
GetTenantIdOk returns a tuple with the TenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Log) SetTenantId(v string)
SetTenantId sets TenantId field to given value.
func (o *Log) HasTenantId() bool
HasTenantId returns a boolean if a field has been set.
func (o *Log) GetActorId() string
GetActorId returns the ActorId field if non-nil, zero value otherwise.
func (o *Log) GetActorIdOk() (*string, bool)
GetActorIdOk returns a tuple with the ActorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Log) SetActorId(v string)
SetActorId sets ActorId field to given value.
func (o *Log) HasActorId() bool
HasActorId returns a boolean if a field has been set.
func (o *Log) SetActorIdNil(b bool)
SetActorIdNil sets the value for ActorId to be an explicit nil
func (o *Log) UnsetActorId()
UnsetActorId ensures that no value is present for ActorId, not even an explicit nil
func (o *Log) GetActorType() string
GetActorType returns the ActorType field if non-nil, zero value otherwise.
func (o *Log) GetActorTypeOk() (*string, bool)
GetActorTypeOk returns a tuple with the ActorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Log) SetActorType(v string)
SetActorType sets ActorType field to given value.
func (o *Log) HasActorType() bool
HasActorType returns a boolean if a field has been set.
func (o *Log) SetActorTypeNil(b bool)
SetActorTypeNil sets the value for ActorType to be an explicit nil
func (o *Log) UnsetActorType()
UnsetActorType ensures that no value is present for ActorType, not even an explicit nil
func (o *Log) GetEntityType() string
GetEntityType returns the EntityType field if non-nil, zero value otherwise.
func (o *Log) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Log) SetEntityType(v string)
SetEntityType sets EntityType field to given value.
func (o *Log) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (o *Log) SetEntityTypeNil(b bool)
SetEntityTypeNil sets the value for EntityType to be an explicit nil
func (o *Log) UnsetEntityType()
UnsetEntityType ensures that no value is present for EntityType, not even an explicit nil
func (o *Log) GetEntityId() string
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
func (o *Log) GetEntityIdOk() (*string, bool)
GetEntityIdOk returns a tuple with the EntityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Log) SetEntityId(v string)
SetEntityId sets EntityId field to given value.
func (o *Log) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (o *Log) SetEntityIdNil(b bool)
SetEntityIdNil sets the value for EntityId to be an explicit nil
func (o *Log) UnsetEntityId()
UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil
func (o *Log) GetOperation() string
GetOperation returns the Operation field if non-nil, zero value otherwise.
func (o *Log) GetOperationOk() (*string, bool)
GetOperationOk returns a tuple with the Operation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Log) SetOperation(v string)
SetOperation sets Operation field to given value.
func (o *Log) HasOperation() bool
HasOperation returns a boolean if a field has been set.
func (o *Log) SetOperationNil(b bool)
SetOperationNil sets the value for Operation to be an explicit nil
func (o *Log) UnsetOperation()
UnsetOperation ensures that no value is present for Operation, not even an explicit nil
func (o *Log) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *Log) 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 *Log) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *Log) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *Log) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *Log) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *Log) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Log) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Log) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *Log) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Log) SetCreatedAtNil(b bool)
SetCreatedAtNil sets the value for CreatedAt to be an explicit nil
func (o *Log) UnsetCreatedAt()
UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil