Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.76 KB

AccountFoundriesResponse.md

File metadata and controls

51 lines (28 loc) · 1.76 KB

AccountFoundriesResponse

Properties

Name Type Description Notes
FoundrySerialNumbers []int32

Methods

NewAccountFoundriesResponse

func NewAccountFoundriesResponse(foundrySerialNumbers []int32, ) *AccountFoundriesResponse

NewAccountFoundriesResponse instantiates a new AccountFoundriesResponse 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

NewAccountFoundriesResponseWithDefaults

func NewAccountFoundriesResponseWithDefaults() *AccountFoundriesResponse

NewAccountFoundriesResponseWithDefaults instantiates a new AccountFoundriesResponse 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

GetFoundrySerialNumbers

func (o *AccountFoundriesResponse) GetFoundrySerialNumbers() []int32

GetFoundrySerialNumbers returns the FoundrySerialNumbers field if non-nil, zero value otherwise.

GetFoundrySerialNumbersOk

func (o *AccountFoundriesResponse) GetFoundrySerialNumbersOk() (*[]int32, bool)

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

SetFoundrySerialNumbers

func (o *AccountFoundriesResponse) SetFoundrySerialNumbers(v []int32)

SetFoundrySerialNumbers sets FoundrySerialNumbers field to given value.

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