Documentation ¶
Index ¶
- func CreateMoveRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type MoveRequestBody
- func (m *MoveRequestBody) GetAdditionalData() map[string]interface{}
- func (m *MoveRequestBody) GetDestinationId() *string
- func (m *MoveRequestBody) GetFieldDeserializers() ...
- func (m *MoveRequestBody) Serialize(...) error
- func (m *MoveRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *MoveRequestBody) SetDestinationId(value *string)
- type MoveRequestBodyable
- type MoveRequestBuilder
- type MoveRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMoveRequestBodyFromDiscriminatorValue ¶
func CreateMoveRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateMoveRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type MoveRequestBody ¶
type MoveRequestBody struct {
// contains filtered or unexported fields
}
MoveRequestBody provides operations to call the move method.
func NewMoveRequestBody ¶
func NewMoveRequestBody() *MoveRequestBody
NewMoveRequestBody instantiates a new moveRequestBody and sets the default values.
func (*MoveRequestBody) GetAdditionalData ¶
func (m *MoveRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData gets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*MoveRequestBody) GetDestinationId ¶
func (m *MoveRequestBody) GetDestinationId() *string
GetDestinationId gets the destinationId property value. The DestinationId property
func (*MoveRequestBody) GetFieldDeserializers ¶
func (m *MoveRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MoveRequestBody) Serialize ¶
func (m *MoveRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*MoveRequestBody) SetAdditionalData ¶
func (m *MoveRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*MoveRequestBody) SetDestinationId ¶
func (m *MoveRequestBody) SetDestinationId(value *string)
SetDestinationId sets the destinationId property value. The DestinationId property
type MoveRequestBodyable ¶
type MoveRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetDestinationId() *string SetDestinationId(value *string) }
MoveRequestBodyable
type MoveRequestBuilder ¶
type MoveRequestBuilder struct {
// contains filtered or unexported fields
}
MoveRequestBuilder provides operations to call the move method.
func NewMoveRequestBuilder ¶
func NewMoveRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MoveRequestBuilder
NewMoveRequestBuilder instantiates a new MoveRequestBuilder and sets the default values.
func NewMoveRequestBuilderInternal ¶
func NewMoveRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MoveRequestBuilder
NewMoveRequestBuilderInternal instantiates a new MoveRequestBuilder and sets the default values.
func (*MoveRequestBuilder) CreatePostRequestInformation ¶
func (m *MoveRequestBuilder) CreatePostRequestInformation(options *MoveRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action move
func (*MoveRequestBuilder) Post ¶
func (m *MoveRequestBuilder) Post(options *MoveRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Messageable, error)
Post invoke action move
type MoveRequestBuilderPostOptions ¶
type MoveRequestBuilderPostOptions struct { // Body MoveRequestBodyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
MoveRequestBuilderPostOptions options for Post