| Name | Type | Description | Notes |
|---|---|---|---|
| Field | Pointer to NullableString | [optional] | |
| OldValue | Pointer to NullableString | [optional] | |
| NewValue | Pointer to NullableString | [optional] |
func NewTagDifference() *TagDifference
NewTagDifference instantiates a new TagDifference 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 NewTagDifferenceWithDefaults() *TagDifference
NewTagDifferenceWithDefaults instantiates a new TagDifference 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 *TagDifference) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *TagDifference) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagDifference) SetField(v string)
SetField sets Field field to given value.
func (o *TagDifference) HasField() bool
HasField returns a boolean if a field has been set.
func (o *TagDifference) SetFieldNil(b bool)
SetFieldNil sets the value for Field to be an explicit nil
func (o *TagDifference) UnsetField()
UnsetField ensures that no value is present for Field, not even an explicit nil
func (o *TagDifference) GetOldValue() string
GetOldValue returns the OldValue field if non-nil, zero value otherwise.
func (o *TagDifference) GetOldValueOk() (*string, 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 *TagDifference) SetOldValue(v string)
SetOldValue sets OldValue field to given value.
func (o *TagDifference) HasOldValue() bool
HasOldValue returns a boolean if a field has been set.
func (o *TagDifference) SetOldValueNil(b bool)
SetOldValueNil sets the value for OldValue to be an explicit nil
func (o *TagDifference) UnsetOldValue()
UnsetOldValue ensures that no value is present for OldValue, not even an explicit nil
func (o *TagDifference) GetNewValue() string
GetNewValue returns the NewValue field if non-nil, zero value otherwise.
func (o *TagDifference) GetNewValueOk() (*string, 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 *TagDifference) SetNewValue(v string)
SetNewValue sets NewValue field to given value.
func (o *TagDifference) HasNewValue() bool
HasNewValue returns a boolean if a field has been set.
func (o *TagDifference) SetNewValueNil(b bool)
SetNewValueNil sets the value for NewValue to be an explicit nil
func (o *TagDifference) UnsetNewValue()
UnsetNewValue ensures that no value is present for NewValue, not even an explicit nil