Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.37 KB

ExportAllOf.md

File metadata and controls

93 lines (50 loc) · 2.37 KB

ExportAllOf

Properties

Name Type Description Notes
Address int32 Export address
Name string Export name
Ordinal int32 Export ordinal

Methods

NewExportAllOf

func NewExportAllOf(address int32, name string, ordinal int32, ) *ExportAllOf

NewExportAllOf instantiates a new ExportAllOf 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

NewExportAllOfWithDefaults

func NewExportAllOfWithDefaults() *ExportAllOf

NewExportAllOfWithDefaults instantiates a new ExportAllOf 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

GetAddress

func (o *ExportAllOf) GetAddress() int32

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *ExportAllOf) GetAddressOk() (*int32, bool)

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

SetAddress

func (o *ExportAllOf) SetAddress(v int32)

SetAddress sets Address field to given value.

GetName

func (o *ExportAllOf) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ExportAllOf) GetNameOk() (*string, bool)

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

SetName

func (o *ExportAllOf) SetName(v string)

SetName sets Name field to given value.

GetOrdinal

func (o *ExportAllOf) GetOrdinal() int32

GetOrdinal returns the Ordinal field if non-nil, zero value otherwise.

GetOrdinalOk

func (o *ExportAllOf) GetOrdinalOk() (*int32, bool)

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

SetOrdinal

func (o *ExportAllOf) SetOrdinal(v int32)

SetOrdinal sets Ordinal field to given value.

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