View Source GoogleApi.DataMigration.V1.Model.SeedConversionWorkspaceRequest (google_api_data_migration v0.13.0)

Request message for 'SeedConversionWorkspace' request.

Attributes

  • autoCommit (type: boolean(), default: nil) - Should the conversion workspace be committed automatically after the seed operation.
  • destinationConnectionProfile (type: String.t, default: nil) - Optional. Fully qualified (Uri) name of the destination connection profile.
  • sourceConnectionProfile (type: String.t, default: nil) - Optional. Fully qualified (Uri) name of the source connection profile.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.SeedConversionWorkspaceRequest{
  autoCommit: boolean() | nil,
  destinationConnectionProfile: String.t() | nil,
  sourceConnectionProfile: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.