Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.18 KB

GetEntityTransfers200ResponseAllOfDataInnerEntities.md

File metadata and controls

56 lines (31 loc) · 2.18 KB

GetEntityTransfers200ResponseAllOfDataInnerEntities

Properties

Name Type Description Notes
Linodes Pointer to []int32 An array containing the IDs of each of the Linodes included in this transfer. [optional]

Methods

NewGetEntityTransfers200ResponseAllOfDataInnerEntities

func NewGetEntityTransfers200ResponseAllOfDataInnerEntities() *GetEntityTransfers200ResponseAllOfDataInnerEntities

NewGetEntityTransfers200ResponseAllOfDataInnerEntities instantiates a new GetEntityTransfers200ResponseAllOfDataInnerEntities 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

NewGetEntityTransfers200ResponseAllOfDataInnerEntitiesWithDefaults

func NewGetEntityTransfers200ResponseAllOfDataInnerEntitiesWithDefaults() *GetEntityTransfers200ResponseAllOfDataInnerEntities

NewGetEntityTransfers200ResponseAllOfDataInnerEntitiesWithDefaults instantiates a new GetEntityTransfers200ResponseAllOfDataInnerEntities 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

GetLinodes

func (o *GetEntityTransfers200ResponseAllOfDataInnerEntities) GetLinodes() []int32

GetLinodes returns the Linodes field if non-nil, zero value otherwise.

GetLinodesOk

func (o *GetEntityTransfers200ResponseAllOfDataInnerEntities) GetLinodesOk() (*[]int32, bool)

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

SetLinodes

func (o *GetEntityTransfers200ResponseAllOfDataInnerEntities) SetLinodes(v []int32)

SetLinodes sets Linodes field to given value.

HasLinodes

func (o *GetEntityTransfers200ResponseAllOfDataInnerEntities) HasLinodes() bool

HasLinodes returns a boolean if a field has been set.

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