Name | Type | Description | Notes |
---|---|---|---|
Inbound | Pointer to []GetPlacementGroups200ResponseDataInnerMigrationsInboundInner | [optional] | |
Outbound | Pointer to []GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner | [optional] |
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
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
func (o *GetPlacementGroups200ResponseDataInnerMigrations) GetInbound() []GetPlacementGroups200ResponseDataInnerMigrationsInboundInner
GetInbound returns the Inbound field if non-nil, zero value otherwise.
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.
func (o *GetPlacementGroups200ResponseDataInnerMigrations) SetInbound(v []GetPlacementGroups200ResponseDataInnerMigrationsInboundInner)
SetInbound sets Inbound field to given value.
func (o *GetPlacementGroups200ResponseDataInnerMigrations) HasInbound() bool
HasInbound returns a boolean if a field has been set.
func (o *GetPlacementGroups200ResponseDataInnerMigrations) GetOutbound() []GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner
GetOutbound returns the Outbound field if non-nil, zero value otherwise.
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.
func (o *GetPlacementGroups200ResponseDataInnerMigrations) SetOutbound(v []GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner)
SetOutbound sets Outbound field to given value.
func (o *GetPlacementGroups200ResponseDataInnerMigrations) HasOutbound() bool
HasOutbound returns a boolean if a field has been set.