Name | Type | Description | Notes |
---|---|---|---|
UserId | Pointer to NullableString | [optional] | |
EntityId | Pointer to NullableString | [optional] | |
SubscriptionId | Pointer to NullableString | [optional] | |
Type | Pointer to AuditType | [optional] | |
Id | Pointer to NullableString | [optional] | |
CreatedTime | Pointer to time.Time | [optional] | |
CreatorUserId | Pointer to NullableString | [optional] | |
Name | Pointer to NullableString | [optional] | |
AdminAction | Pointer to bool | [optional] | |
T | string |
func NewAuditActionVM(t string, ) *AuditActionVM
NewAuditActionVM instantiates a new AuditActionVM 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 NewAuditActionVMWithDefaults() *AuditActionVM
NewAuditActionVMWithDefaults instantiates a new AuditActionVM 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 *AuditActionVM) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetUserIdOk() (*string, 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 *AuditActionVM) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *AuditActionVM) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *AuditActionVM) SetUserIdNil(b bool)
SetUserIdNil sets the value for UserId to be an explicit nil
func (o *AuditActionVM) UnsetUserId()
UnsetUserId ensures that no value is present for UserId, not even an explicit nil
func (o *AuditActionVM) GetEntityId() string
GetEntityId returns the EntityId field if non-nil, zero value otherwise.
func (o *AuditActionVM) 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 *AuditActionVM) SetEntityId(v string)
SetEntityId sets EntityId field to given value.
func (o *AuditActionVM) HasEntityId() bool
HasEntityId returns a boolean if a field has been set.
func (o *AuditActionVM) SetEntityIdNil(b bool)
SetEntityIdNil sets the value for EntityId to be an explicit nil
func (o *AuditActionVM) UnsetEntityId()
UnsetEntityId ensures that no value is present for EntityId, not even an explicit nil
func (o *AuditActionVM) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditActionVM) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *AuditActionVM) HasSubscriptionId() bool
HasSubscriptionId returns a boolean if a field has been set.
func (o *AuditActionVM) SetSubscriptionIdNil(b bool)
SetSubscriptionIdNil sets the value for SubscriptionId to be an explicit nil
func (o *AuditActionVM) UnsetSubscriptionId()
UnsetSubscriptionId ensures that no value is present for SubscriptionId, not even an explicit nil
func (o *AuditActionVM) GetType() AuditType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetTypeOk() (*AuditType, 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 *AuditActionVM) SetType(v AuditType)
SetType sets Type field to given value.
func (o *AuditActionVM) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AuditActionVM) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AuditActionVM) 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 *AuditActionVM) SetId(v string)
SetId sets Id field to given value.
func (o *AuditActionVM) HasId() bool
HasId returns a boolean if a field has been set.
func (o *AuditActionVM) SetIdNil(b bool)
SetIdNil sets the value for Id to be an explicit nil
func (o *AuditActionVM) UnsetId()
UnsetId ensures that no value is present for Id, not even an explicit nil
func (o *AuditActionVM) GetCreatedTime() time.Time
GetCreatedTime returns the CreatedTime field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetCreatedTimeOk() (*time.Time, bool)
GetCreatedTimeOk returns a tuple with the CreatedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditActionVM) SetCreatedTime(v time.Time)
SetCreatedTime sets CreatedTime field to given value.
func (o *AuditActionVM) HasCreatedTime() bool
HasCreatedTime returns a boolean if a field has been set.
func (o *AuditActionVM) GetCreatorUserId() string
GetCreatorUserId returns the CreatorUserId field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetCreatorUserIdOk() (*string, bool)
GetCreatorUserIdOk returns a tuple with the CreatorUserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditActionVM) SetCreatorUserId(v string)
SetCreatorUserId sets CreatorUserId field to given value.
func (o *AuditActionVM) HasCreatorUserId() bool
HasCreatorUserId returns a boolean if a field has been set.
func (o *AuditActionVM) SetCreatorUserIdNil(b bool)
SetCreatorUserIdNil sets the value for CreatorUserId to be an explicit nil
func (o *AuditActionVM) UnsetCreatorUserId()
UnsetCreatorUserId ensures that no value is present for CreatorUserId, not even an explicit nil
func (o *AuditActionVM) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditActionVM) SetName(v string)
SetName sets Name field to given value.
func (o *AuditActionVM) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AuditActionVM) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *AuditActionVM) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *AuditActionVM) GetAdminAction() bool
GetAdminAction returns the AdminAction field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetAdminActionOk() (*bool, bool)
GetAdminActionOk returns a tuple with the AdminAction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditActionVM) SetAdminAction(v bool)
SetAdminAction sets AdminAction field to given value.
func (o *AuditActionVM) HasAdminAction() bool
HasAdminAction returns a boolean if a field has been set.
func (o *AuditActionVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *AuditActionVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditActionVM) SetT(v string)
SetT sets T field to given value.