Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.07 KB

PatchSummaryVersion.md

File metadata and controls

108 lines (59 loc) · 3.07 KB

PatchSummaryVersion

Properties

Name Type Description Notes
AbsoluteOrderId Pointer to string [optional]
Version Pointer to string [optional]
OnVersion Pointer to int64 [optional]

Methods

NewPatchSummaryVersion

func NewPatchSummaryVersion() *PatchSummaryVersion

NewPatchSummaryVersion instantiates a new PatchSummaryVersion 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

NewPatchSummaryVersionWithDefaults

func NewPatchSummaryVersionWithDefaults() *PatchSummaryVersion

NewPatchSummaryVersionWithDefaults instantiates a new PatchSummaryVersion 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

GetAbsoluteOrderId

func (o *PatchSummaryVersion) GetAbsoluteOrderId() string

GetAbsoluteOrderId returns the AbsoluteOrderId field if non-nil, zero value otherwise.

GetAbsoluteOrderIdOk

func (o *PatchSummaryVersion) GetAbsoluteOrderIdOk() (*string, bool)

GetAbsoluteOrderIdOk returns a tuple with the AbsoluteOrderId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAbsoluteOrderId

func (o *PatchSummaryVersion) SetAbsoluteOrderId(v string)

SetAbsoluteOrderId sets AbsoluteOrderId field to given value.

HasAbsoluteOrderId

func (o *PatchSummaryVersion) HasAbsoluteOrderId() bool

HasAbsoluteOrderId returns a boolean if a field has been set.

GetVersion

func (o *PatchSummaryVersion) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *PatchSummaryVersion) GetVersionOk() (*string, bool)

GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetVersion

func (o *PatchSummaryVersion) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *PatchSummaryVersion) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetOnVersion

func (o *PatchSummaryVersion) GetOnVersion() int64

GetOnVersion returns the OnVersion field if non-nil, zero value otherwise.

GetOnVersionOk

func (o *PatchSummaryVersion) GetOnVersionOk() (*int64, bool)

GetOnVersionOk returns a tuple with the OnVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOnVersion

func (o *PatchSummaryVersion) SetOnVersion(v int64)

SetOnVersion sets OnVersion field to given value.

HasOnVersion

func (o *PatchSummaryVersion) HasOnVersion() bool

HasOnVersion returns a boolean if a field has been set.

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