Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.63 KB

AuditDetails.md

File metadata and controls

134 lines (73 loc) · 3.63 KB

AuditDetails

Properties

Name Type Description Notes
Created Pointer to time.Time Initial date and time when the record was created [optional]
CreatedBy Pointer to Identity1 [optional]
Modified Pointer to time.Time Last modified date and time for the record [optional]
ModifiedBy Pointer to Identity1 [optional]

Methods

NewAuditDetails

func NewAuditDetails() *AuditDetails

NewAuditDetails instantiates a new AuditDetails 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

NewAuditDetailsWithDefaults

func NewAuditDetailsWithDefaults() *AuditDetails

NewAuditDetailsWithDefaults instantiates a new AuditDetails 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

GetCreated

func (o *AuditDetails) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *AuditDetails) 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.

SetCreated

func (o *AuditDetails) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *AuditDetails) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetCreatedBy

func (o *AuditDetails) GetCreatedBy() Identity1

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *AuditDetails) GetCreatedByOk() (*Identity1, bool)

GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedBy

func (o *AuditDetails) SetCreatedBy(v Identity1)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *AuditDetails) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetModified

func (o *AuditDetails) GetModified() time.Time

GetModified returns the Modified field if non-nil, zero value otherwise.

GetModifiedOk

func (o *AuditDetails) GetModifiedOk() (*time.Time, bool)

GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModified

func (o *AuditDetails) SetModified(v time.Time)

SetModified sets Modified field to given value.

HasModified

func (o *AuditDetails) HasModified() bool

HasModified returns a boolean if a field has been set.

GetModifiedBy

func (o *AuditDetails) GetModifiedBy() Identity1

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *AuditDetails) GetModifiedByOk() (*Identity1, bool)

GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedBy

func (o *AuditDetails) SetModifiedBy(v Identity1)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *AuditDetails) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

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