| Name | Type | Description | Notes |
|---|---|---|---|
| Links | map[string]Link | The location and content type of related resources | |
| Id | string | The ID of the audit log entry | |
| AccountId | string | The ID of the account to which this audit log entry belongs | |
| Date | int64 | ||
| Accesses | []ResourceAccess | Details on the actions performed and resources acted on in this audit log entry | |
| Kind | string | ||
| Name | string | The name of the resource this audit log entry refers to | |
| Description | string | Description of the change recorded in the audit log entry | |
| ShortDescription | string | Shorter version of the change recorded in the audit log entry | |
| Comment | Pointer to string | Optional comment for the audit log entry | [optional] |
| Subject | Pointer to SubjectDataRep | [optional] | |
| Member | Pointer to MemberDataRep | [optional] | |
| Token | Pointer to TokenSummary | [optional] | |
| App | Pointer to AuthorizedAppDataRep | [optional] | |
| TitleVerb | Pointer to string | The action and resource recorded in this audit log entry | [optional] |
| Title | Pointer to string | A description of what occurred, in the format <code>member</code> <code>titleVerb</code> <code>target</code> | [optional] |
| Target | Pointer to TargetResourceRep | [optional] | |
| Parent | Pointer to ParentResourceRep | [optional] |
func NewAuditLogEntryListingRep(links map[string]Link, id string, accountId string, date int64, accesses []ResourceAccess, kind string, name string, description string, shortDescription string, ) *AuditLogEntryListingRep
NewAuditLogEntryListingRep instantiates a new AuditLogEntryListingRep 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 NewAuditLogEntryListingRepWithDefaults() *AuditLogEntryListingRep
NewAuditLogEntryListingRepWithDefaults instantiates a new AuditLogEntryListingRep 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 *AuditLogEntryListingRep) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *AuditLogEntryListingRep) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) 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 *AuditLogEntryListingRep) SetId(v string)
SetId sets Id field to given value.
func (o *AuditLogEntryListingRep) GetAccountId() string
GetAccountId returns the AccountId field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetAccountIdOk() (*string, bool)
GetAccountIdOk returns a tuple with the AccountId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetAccountId(v string)
SetAccountId sets AccountId field to given value.
func (o *AuditLogEntryListingRep) GetDate() int64
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetDateOk() (*int64, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetDate(v int64)
SetDate sets Date field to given value.
func (o *AuditLogEntryListingRep) GetAccesses() []ResourceAccess
GetAccesses returns the Accesses field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetAccessesOk() (*[]ResourceAccess, bool)
GetAccessesOk returns a tuple with the Accesses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetAccesses(v []ResourceAccess)
SetAccesses sets Accesses field to given value.
func (o *AuditLogEntryListingRep) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetKind(v string)
SetKind sets Kind field to given value.
func (o *AuditLogEntryListingRep) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) 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 *AuditLogEntryListingRep) SetName(v string)
SetName sets Name field to given value.
func (o *AuditLogEntryListingRep) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AuditLogEntryListingRep) GetShortDescription() string
GetShortDescription returns the ShortDescription field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetShortDescriptionOk() (*string, bool)
GetShortDescriptionOk returns a tuple with the ShortDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetShortDescription(v string)
SetShortDescription sets ShortDescription field to given value.
func (o *AuditLogEntryListingRep) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetComment(v string)
SetComment sets Comment field to given value.
func (o *AuditLogEntryListingRep) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetSubject() SubjectDataRep
GetSubject returns the Subject field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetSubjectOk() (*SubjectDataRep, bool)
GetSubjectOk returns a tuple with the Subject field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetSubject(v SubjectDataRep)
SetSubject sets Subject field to given value.
func (o *AuditLogEntryListingRep) HasSubject() bool
HasSubject returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetMember() MemberDataRep
GetMember returns the Member field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetMemberOk() (*MemberDataRep, bool)
GetMemberOk returns a tuple with the Member field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetMember(v MemberDataRep)
SetMember sets Member field to given value.
func (o *AuditLogEntryListingRep) HasMember() bool
HasMember returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetToken() TokenSummary
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetTokenOk() (*TokenSummary, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetToken(v TokenSummary)
SetToken sets Token field to given value.
func (o *AuditLogEntryListingRep) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetApp() AuthorizedAppDataRep
GetApp returns the App field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetAppOk() (*AuthorizedAppDataRep, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetApp(v AuthorizedAppDataRep)
SetApp sets App field to given value.
func (o *AuditLogEntryListingRep) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetTitleVerb() string
GetTitleVerb returns the TitleVerb field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetTitleVerbOk() (*string, bool)
GetTitleVerbOk returns a tuple with the TitleVerb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetTitleVerb(v string)
SetTitleVerb sets TitleVerb field to given value.
func (o *AuditLogEntryListingRep) HasTitleVerb() bool
HasTitleVerb returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *AuditLogEntryListingRep) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetTarget() TargetResourceRep
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetTargetOk() (*TargetResourceRep, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetTarget(v TargetResourceRep)
SetTarget sets Target field to given value.
func (o *AuditLogEntryListingRep) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (o *AuditLogEntryListingRep) GetParent() ParentResourceRep
GetParent returns the Parent field if non-nil, zero value otherwise.
func (o *AuditLogEntryListingRep) GetParentOk() (*ParentResourceRep, bool)
GetParentOk returns a tuple with the Parent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditLogEntryListingRep) SetParent(v ParentResourceRep)
SetParent sets Parent field to given value.
func (o *AuditLogEntryListingRep) HasParent() bool
HasParent returns a boolean if a field has been set.