Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | The resource type. | [optional] |
RoleTypes | Pointer to []string | [optional] | |
Destination | Pointer to InlinedServerInterface | [optional] |
func NewDeploymentRoleMove() *DeploymentRoleMove
NewDeploymentRoleMove instantiates a new DeploymentRoleMove 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 NewDeploymentRoleMoveWithDefaults() *DeploymentRoleMove
NewDeploymentRoleMoveWithDefaults instantiates a new DeploymentRoleMove 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 *DeploymentRoleMove) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *DeploymentRoleMove) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentRoleMove) SetType(v string)
SetType sets Type field to given value.
func (o *DeploymentRoleMove) HasType() bool
HasType returns a boolean if a field has been set.
func (o *DeploymentRoleMove) GetRoleTypes() []string
GetRoleTypes returns the RoleTypes field if non-nil, zero value otherwise.
func (o *DeploymentRoleMove) GetRoleTypesOk() (*[]string, bool)
GetRoleTypesOk returns a tuple with the RoleTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentRoleMove) SetRoleTypes(v []string)
SetRoleTypes sets RoleTypes field to given value.
func (o *DeploymentRoleMove) HasRoleTypes() bool
HasRoleTypes returns a boolean if a field has been set.
func (o *DeploymentRoleMove) GetDestination() InlinedServerInterface
GetDestination returns the Destination field if non-nil, zero value otherwise.
func (o *DeploymentRoleMove) GetDestinationOk() (*InlinedServerInterface, bool)
GetDestinationOk returns a tuple with the Destination field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeploymentRoleMove) SetDestination(v InlinedServerInterface)
SetDestination sets Destination field to given value.
func (o *DeploymentRoleMove) HasDestination() bool
HasDestination returns a boolean if a field has been set.