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] |
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
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
func (o *Audit) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
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.
func (o *Audit) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *Audit) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Audit) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *Audit) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *Audit) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *Audit) GetCreatedById() string
GetCreatedById returns the CreatedById field if non-nil, zero value otherwise.
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.
func (o *Audit) SetCreatedById(v string)
SetCreatedById sets CreatedById field to given value.
func (o *Audit) HasCreatedById() bool
HasCreatedById returns a boolean if a field has been set.
func (o *Audit) GetUpdated() time.Time
GetUpdated returns the Updated field if non-nil, zero value otherwise.
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.
func (o *Audit) SetUpdated(v time.Time)
SetUpdated sets Updated field to given value.
func (o *Audit) HasUpdated() bool
HasUpdated returns a boolean if a field has been set.
func (o *Audit) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.
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.
func (o *Audit) SetUpdatedBy(v string)
SetUpdatedBy sets UpdatedBy field to given value.
func (o *Audit) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (o *Audit) GetUpdatedById() string
GetUpdatedById returns the UpdatedById field if non-nil, zero value otherwise.
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.
func (o *Audit) SetUpdatedById(v string)
SetUpdatedById sets UpdatedById field to given value.
func (o *Audit) HasUpdatedById() bool
HasUpdatedById returns a boolean if a field has been set.