Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.44 KB

AttachIsoOpts.md

File metadata and controls

51 lines (28 loc) · 1.44 KB

AttachIsoOpts

Properties

Name Type Description Notes
IsoId string The ISO ID, obtained using the ISO endpoints

Methods

NewAttachIsoOpts

func NewAttachIsoOpts(isoId string, ) *AttachIsoOpts

NewAttachIsoOpts instantiates a new AttachIsoOpts 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

NewAttachIsoOptsWithDefaults

func NewAttachIsoOptsWithDefaults() *AttachIsoOpts

NewAttachIsoOptsWithDefaults instantiates a new AttachIsoOpts 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

GetIsoId

func (o *AttachIsoOpts) GetIsoId() string

GetIsoId returns the IsoId field if non-nil, zero value otherwise.

GetIsoIdOk

func (o *AttachIsoOpts) GetIsoIdOk() (*string, bool)

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

SetIsoId

func (o *AttachIsoOpts) SetIsoId(v string)

SetIsoId sets IsoId field to given value.

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