Name | Type | Description | Notes |
---|---|---|---|
New | Pointer to []string | [optional] | |
Fixed | Pointer to []string | [optional] |
func NewUpdateChanges() *UpdateChanges
NewUpdateChanges instantiates a new UpdateChanges 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 NewUpdateChangesWithDefaults() *UpdateChanges
NewUpdateChangesWithDefaults instantiates a new UpdateChanges 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 *UpdateChanges) GetNew() []string
GetNew returns the New field if non-nil, zero value otherwise.
func (o *UpdateChanges) GetNewOk() (*[]string, bool)
GetNewOk returns a tuple with the New field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateChanges) SetNew(v []string)
SetNew sets New field to given value.
func (o *UpdateChanges) HasNew() bool
HasNew returns a boolean if a field has been set.
func (o *UpdateChanges) SetNewNil(b bool)
SetNewNil sets the value for New to be an explicit nil
func (o *UpdateChanges) UnsetNew()
UnsetNew ensures that no value is present for New, not even an explicit nil
func (o *UpdateChanges) GetFixed() []string
GetFixed returns the Fixed field if non-nil, zero value otherwise.
func (o *UpdateChanges) GetFixedOk() (*[]string, bool)
GetFixedOk returns a tuple with the Fixed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateChanges) SetFixed(v []string)
SetFixed sets Fixed field to given value.
func (o *UpdateChanges) HasFixed() bool
HasFixed returns a boolean if a field has been set.
func (o *UpdateChanges) SetFixedNil(b bool)
SetFixedNil sets the value for Fixed to be an explicit nil
func (o *UpdateChanges) UnsetFixed()
UnsetFixed ensures that no value is present for Fixed, not even an explicit nil