Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.4 KB

GetPlacementGroups200ResponseDataInnerMigrations.md

File metadata and controls

82 lines (45 loc) · 3.4 KB

GetPlacementGroups200ResponseDataInnerMigrations

Properties

Name Type Description Notes
Inbound Pointer to []GetPlacementGroups200ResponseDataInnerMigrationsInboundInner [optional]
Outbound Pointer to []GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner [optional]

Methods

NewGetPlacementGroups200ResponseDataInnerMigrations

func NewGetPlacementGroups200ResponseDataInnerMigrations() *GetPlacementGroups200ResponseDataInnerMigrations

NewGetPlacementGroups200ResponseDataInnerMigrations instantiates a new GetPlacementGroups200ResponseDataInnerMigrations 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

NewGetPlacementGroups200ResponseDataInnerMigrationsWithDefaults

func NewGetPlacementGroups200ResponseDataInnerMigrationsWithDefaults() *GetPlacementGroups200ResponseDataInnerMigrations

NewGetPlacementGroups200ResponseDataInnerMigrationsWithDefaults instantiates a new GetPlacementGroups200ResponseDataInnerMigrations 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

GetInbound

func (o *GetPlacementGroups200ResponseDataInnerMigrations) GetInbound() []GetPlacementGroups200ResponseDataInnerMigrationsInboundInner

GetInbound returns the Inbound field if non-nil, zero value otherwise.

GetInboundOk

func (o *GetPlacementGroups200ResponseDataInnerMigrations) GetInboundOk() (*[]GetPlacementGroups200ResponseDataInnerMigrationsInboundInner, bool)

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

SetInbound

func (o *GetPlacementGroups200ResponseDataInnerMigrations) SetInbound(v []GetPlacementGroups200ResponseDataInnerMigrationsInboundInner)

SetInbound sets Inbound field to given value.

HasInbound

func (o *GetPlacementGroups200ResponseDataInnerMigrations) HasInbound() bool

HasInbound returns a boolean if a field has been set.

GetOutbound

func (o *GetPlacementGroups200ResponseDataInnerMigrations) GetOutbound() []GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner

GetOutbound returns the Outbound field if non-nil, zero value otherwise.

GetOutboundOk

func (o *GetPlacementGroups200ResponseDataInnerMigrations) GetOutboundOk() (*[]GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner, bool)

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

SetOutbound

func (o *GetPlacementGroups200ResponseDataInnerMigrations) SetOutbound(v []GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner)

SetOutbound sets Outbound field to given value.

HasOutbound

func (o *GetPlacementGroups200ResponseDataInnerMigrations) HasOutbound() bool

HasOutbound returns a boolean if a field has been set.

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