Name | Type | Description | Notes |
---|---|---|---|
MigrationName | Pointer to string | [optional] |
func NewGatewayMigrationUpdateOutput() *GatewayMigrationUpdateOutput
NewGatewayMigrationUpdateOutput instantiates a new GatewayMigrationUpdateOutput 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 NewGatewayMigrationUpdateOutputWithDefaults() *GatewayMigrationUpdateOutput
NewGatewayMigrationUpdateOutputWithDefaults instantiates a new GatewayMigrationUpdateOutput 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 *GatewayMigrationUpdateOutput) GetMigrationName() string
GetMigrationName returns the MigrationName field if non-nil, zero value otherwise.
func (o *GatewayMigrationUpdateOutput) GetMigrationNameOk() (*string, bool)
GetMigrationNameOk returns a tuple with the MigrationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayMigrationUpdateOutput) SetMigrationName(v string)
SetMigrationName sets MigrationName field to given value.
func (o *GatewayMigrationUpdateOutput) HasMigrationName() bool
HasMigrationName returns a boolean if a field has been set.