Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.57 KB

Audit.md

File metadata and controls

186 lines (101 loc) · 4.57 KB

Audit

Properties

Name Type Description Notes
Created Pointer to time.Time [optional]
CreatedBy Pointer to string [optional]
CreatedById Pointer to string [optional]
Updated Pointer to time.Time [optional]
UpdatedBy Pointer to string [optional]
UpdatedById Pointer to string [optional]

Methods

NewAudit

func NewAudit() *Audit

NewAudit instantiates a new Audit 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

NewAuditWithDefaults

func NewAuditWithDefaults() *Audit

NewAuditWithDefaults instantiates a new Audit 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 *Audit) GetCreated() time.Time

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

GetCreatedOk

func (o *Audit) 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 *Audit) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *Audit) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetCreatedBy

func (o *Audit) GetCreatedBy() string

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

GetCreatedByOk

func (o *Audit) GetCreatedByOk() (*string, 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 *Audit) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *Audit) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

GetCreatedById

func (o *Audit) GetCreatedById() string

GetCreatedById returns the CreatedById field if non-nil, zero value otherwise.

GetCreatedByIdOk

func (o *Audit) GetCreatedByIdOk() (*string, bool)

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

SetCreatedById

func (o *Audit) SetCreatedById(v string)

SetCreatedById sets CreatedById field to given value.

HasCreatedById

func (o *Audit) HasCreatedById() bool

HasCreatedById returns a boolean if a field has been set.

GetUpdated

func (o *Audit) GetUpdated() time.Time

GetUpdated returns the Updated field if non-nil, zero value otherwise.

GetUpdatedOk

func (o *Audit) GetUpdatedOk() (*time.Time, bool)

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

SetUpdated

func (o *Audit) SetUpdated(v time.Time)

SetUpdated sets Updated field to given value.

HasUpdated

func (o *Audit) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

GetUpdatedBy

func (o *Audit) GetUpdatedBy() string

GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.

GetUpdatedByOk

func (o *Audit) GetUpdatedByOk() (*string, bool)

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

SetUpdatedBy

func (o *Audit) SetUpdatedBy(v string)

SetUpdatedBy sets UpdatedBy field to given value.

HasUpdatedBy

func (o *Audit) HasUpdatedBy() bool

HasUpdatedBy returns a boolean if a field has been set.

GetUpdatedById

func (o *Audit) GetUpdatedById() string

GetUpdatedById returns the UpdatedById field if non-nil, zero value otherwise.

GetUpdatedByIdOk

func (o *Audit) GetUpdatedByIdOk() (*string, bool)

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

SetUpdatedById

func (o *Audit) SetUpdatedById(v string)

SetUpdatedById sets UpdatedById field to given value.

HasUpdatedById

func (o *Audit) HasUpdatedById() bool

HasUpdatedById returns a boolean if a field has been set.

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