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] |
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
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
func (o *AuditDetails) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
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.
func (o *AuditDetails) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *AuditDetails) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *AuditDetails) GetCreatedBy() Identity1
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
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.
func (o *AuditDetails) SetCreatedBy(v Identity1)
SetCreatedBy sets CreatedBy field to given value.
func (o *AuditDetails) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *AuditDetails) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
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.
func (o *AuditDetails) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *AuditDetails) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *AuditDetails) GetModifiedBy() Identity1
GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.
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.
func (o *AuditDetails) SetModifiedBy(v Identity1)
SetModifiedBy sets ModifiedBy field to given value.
func (o *AuditDetails) HasModifiedBy() bool
HasModifiedBy returns a boolean if a field has been set.