Name | Type | Description | Notes |
---|---|---|---|
IsoId | string | The ISO ID, obtained using the ISO endpoints |
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
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
func (o *AttachIsoOpts) GetIsoId() string
GetIsoId returns the IsoId field if non-nil, zero value otherwise.
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.
func (o *AttachIsoOpts) SetIsoId(v string)
SetIsoId sets IsoId field to given value.