Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 3.61 KB

File metadata and controls

138 lines (77 loc) · 3.61 KB

TagDifference

Properties

Name Type Description Notes
Field Pointer to NullableString [optional]
OldValue Pointer to NullableString [optional]
NewValue Pointer to NullableString [optional]

Methods

NewTagDifference

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

NewTagDifferenceWithDefaults

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

GetField

func (o *TagDifference) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

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.

SetField

func (o *TagDifference) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *TagDifference) HasField() bool

HasField returns a boolean if a field has been set.

SetFieldNil

func (o *TagDifference) SetFieldNil(b bool)

SetFieldNil sets the value for Field to be an explicit nil

UnsetField

func (o *TagDifference) UnsetField()

UnsetField ensures that no value is present for Field, not even an explicit nil

GetOldValue

func (o *TagDifference) GetOldValue() string

GetOldValue returns the OldValue field if non-nil, zero value otherwise.

GetOldValueOk

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.

SetOldValue

func (o *TagDifference) SetOldValue(v string)

SetOldValue sets OldValue field to given value.

HasOldValue

func (o *TagDifference) HasOldValue() bool

HasOldValue returns a boolean if a field has been set.

SetOldValueNil

func (o *TagDifference) SetOldValueNil(b bool)

SetOldValueNil sets the value for OldValue to be an explicit nil

UnsetOldValue

func (o *TagDifference) UnsetOldValue()

UnsetOldValue ensures that no value is present for OldValue, not even an explicit nil

GetNewValue

func (o *TagDifference) GetNewValue() string

GetNewValue returns the NewValue field if non-nil, zero value otherwise.

GetNewValueOk

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.

SetNewValue

func (o *TagDifference) SetNewValue(v string)

SetNewValue sets NewValue field to given value.

HasNewValue

func (o *TagDifference) HasNewValue() bool

HasNewValue returns a boolean if a field has been set.

SetNewValueNil

func (o *TagDifference) SetNewValueNil(b bool)

SetNewValueNil sets the value for NewValue to be an explicit nil

UnsetNewValue

func (o *TagDifference) UnsetNewValue()

UnsetNewValue ensures that no value is present for NewValue, not even an explicit nil

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