Name | Type | Description | Notes |
---|---|---|---|
PropertyName | Pointer to NullableString | [optional] | |
OldValue | Pointer to interface{} | [optional] | |
NewValue | Pointer to interface{} | [optional] | |
EntityType | Pointer to EntityType | [optional] | |
T | string |
func NewAuditFilePropertyChangedVM(t string, ) *AuditFilePropertyChangedVM
NewAuditFilePropertyChangedVM instantiates a new AuditFilePropertyChangedVM 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 NewAuditFilePropertyChangedVMWithDefaults() *AuditFilePropertyChangedVM
NewAuditFilePropertyChangedVMWithDefaults instantiates a new AuditFilePropertyChangedVM 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 *AuditFilePropertyChangedVM) GetPropertyName() string
GetPropertyName returns the PropertyName field if non-nil, zero value otherwise.
func (o *AuditFilePropertyChangedVM) GetPropertyNameOk() (*string, bool)
GetPropertyNameOk returns a tuple with the PropertyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditFilePropertyChangedVM) SetPropertyName(v string)
SetPropertyName sets PropertyName field to given value.
func (o *AuditFilePropertyChangedVM) HasPropertyName() bool
HasPropertyName returns a boolean if a field has been set.
func (o *AuditFilePropertyChangedVM) SetPropertyNameNil(b bool)
SetPropertyNameNil sets the value for PropertyName to be an explicit nil
func (o *AuditFilePropertyChangedVM) UnsetPropertyName()
UnsetPropertyName ensures that no value is present for PropertyName, not even an explicit nil
func (o *AuditFilePropertyChangedVM) GetOldValue() interface{}
GetOldValue returns the OldValue field if non-nil, zero value otherwise.
func (o *AuditFilePropertyChangedVM) GetOldValueOk() (*interface{}, bool)
GetOldValueOk returns a tuple with the OldValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditFilePropertyChangedVM) SetOldValue(v interface{})
SetOldValue sets OldValue field to given value.
func (o *AuditFilePropertyChangedVM) HasOldValue() bool
HasOldValue returns a boolean if a field has been set.
func (o *AuditFilePropertyChangedVM) SetOldValueNil(b bool)
SetOldValueNil sets the value for OldValue to be an explicit nil
func (o *AuditFilePropertyChangedVM) UnsetOldValue()
UnsetOldValue ensures that no value is present for OldValue, not even an explicit nil
func (o *AuditFilePropertyChangedVM) GetNewValue() interface{}
GetNewValue returns the NewValue field if non-nil, zero value otherwise.
func (o *AuditFilePropertyChangedVM) GetNewValueOk() (*interface{}, bool)
GetNewValueOk returns a tuple with the NewValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditFilePropertyChangedVM) SetNewValue(v interface{})
SetNewValue sets NewValue field to given value.
func (o *AuditFilePropertyChangedVM) HasNewValue() bool
HasNewValue returns a boolean if a field has been set.
func (o *AuditFilePropertyChangedVM) SetNewValueNil(b bool)
SetNewValueNil sets the value for NewValue to be an explicit nil
func (o *AuditFilePropertyChangedVM) UnsetNewValue()
UnsetNewValue ensures that no value is present for NewValue, not even an explicit nil
func (o *AuditFilePropertyChangedVM) GetEntityType() EntityType
GetEntityType returns the EntityType field if non-nil, zero value otherwise.
func (o *AuditFilePropertyChangedVM) GetEntityTypeOk() (*EntityType, bool)
GetEntityTypeOk returns a tuple with the EntityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditFilePropertyChangedVM) SetEntityType(v EntityType)
SetEntityType sets EntityType field to given value.
func (o *AuditFilePropertyChangedVM) HasEntityType() bool
HasEntityType returns a boolean if a field has been set.
func (o *AuditFilePropertyChangedVM) GetT() string
GetT returns the T field if non-nil, zero value otherwise.
func (o *AuditFilePropertyChangedVM) GetTOk() (*string, bool)
GetTOk returns a tuple with the T field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuditFilePropertyChangedVM) SetT(v string)
SetT sets T field to given value.