Skip to content

Latest commit

 

History

History
344 lines (191 loc) · 8.23 KB

Log.md

File metadata and controls

344 lines (191 loc) · 8.23 KB

Log

Properties

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]

Methods

NewLog

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

NewLogWithDefaults

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

GetId

func (o *Log) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *Log) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *Log) HasId() bool

HasId returns a boolean if a field has been set.

SetIdNil

func (o *Log) SetIdNil(b bool)

SetIdNil sets the value for Id to be an explicit nil

UnsetId

func (o *Log) UnsetId()

UnsetId ensures that no value is present for Id, not even an explicit nil

GetTenantId

func (o *Log) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

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.

SetTenantId

func (o *Log) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *Log) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetActorId

func (o *Log) GetActorId() string

GetActorId returns the ActorId field if non-nil, zero value otherwise.

GetActorIdOk

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.

SetActorId

func (o *Log) SetActorId(v string)

SetActorId sets ActorId field to given value.

HasActorId

func (o *Log) HasActorId() bool

HasActorId returns a boolean if a field has been set.

SetActorIdNil

func (o *Log) SetActorIdNil(b bool)

SetActorIdNil sets the value for ActorId to be an explicit nil

UnsetActorId

func (o *Log) UnsetActorId()

UnsetActorId ensures that no value is present for ActorId, not even an explicit nil

GetActorType

func (o *Log) GetActorType() string

GetActorType returns the ActorType field if non-nil, zero value otherwise.

GetActorTypeOk

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.

SetActorType

func (o *Log) SetActorType(v string)

SetActorType sets ActorType field to given value.

HasActorType

func (o *Log) HasActorType() bool

HasActorType returns a boolean if a field has been set.

SetActorTypeNil

func (o *Log) SetActorTypeNil(b bool)

SetActorTypeNil sets the value for ActorType to be an explicit nil

UnsetActorType

func (o *Log) UnsetActorType()

UnsetActorType ensures that no value is present for ActorType, not even an explicit nil

GetEntityType

func (o *Log) GetEntityType() string

GetEntityType returns the EntityType field if non-nil, zero value otherwise.

GetEntityTypeOk

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.

SetEntityType

func (o *Log) SetEntityType(v string)

SetEntityType sets EntityType field to given value.

HasEntityType

func (o *Log) HasEntityType() bool

HasEntityType returns a boolean if a field has been set.

SetEntityTypeNil

func (o *Log) SetEntityTypeNil(b bool)

SetEntityTypeNil sets the value for EntityType to be an explicit nil

UnsetEntityType

func (o *Log) UnsetEntityType()

UnsetEntityType ensures that no value is present for EntityType, not even an explicit nil

GetEntityId

func (o *Log) GetEntityId() string

GetEntityId returns the EntityId field if non-nil, zero value otherwise.

GetEntityIdOk

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.

SetEntityId

func (o *Log) SetEntityId(v string)

SetEntityId sets EntityId field to given value.

HasEntityId

func (o *Log) HasEntityId() bool

HasEntityId returns a boolean if a field has been set.

SetEntityIdNil

func (o *Log) SetEntityIdNil(b bool)

SetEntityIdNil sets the value for EntityId to be an explicit nil

UnsetEntityId

func (o *Log) UnsetEntityId()

UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil

GetOperation

func (o *Log) GetOperation() string

GetOperation returns the Operation field if non-nil, zero value otherwise.

GetOperationOk

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.

SetOperation

func (o *Log) SetOperation(v string)

SetOperation sets Operation field to given value.

HasOperation

func (o *Log) HasOperation() bool

HasOperation returns a boolean if a field has been set.

SetOperationNil

func (o *Log) SetOperationNil(b bool)

SetOperationNil sets the value for Operation to be an explicit nil

UnsetOperation

func (o *Log) UnsetOperation()

UnsetOperation ensures that no value is present for Operation, not even an explicit nil

GetMessage

func (o *Log) GetMessage() string

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

GetMessageOk

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.

SetMessage

func (o *Log) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *Log) HasMessage() bool

HasMessage returns a boolean if a field has been set.

SetMessageNil

func (o *Log) SetMessageNil(b bool)

SetMessageNil sets the value for Message to be an explicit nil

UnsetMessage

func (o *Log) UnsetMessage()

UnsetMessage ensures that no value is present for Message, not even an explicit nil

GetCreatedAt

func (o *Log) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

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.

SetCreatedAt

func (o *Log) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *Log) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *Log) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *Log) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

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