View Source GoogleApi.DataMigration.V1.Model.ConvertConversionWorkspaceRequest (google_api_data_migration v0.15.0)

Request message for 'ConvertConversionWorkspace' request.

Attributes

  • autoCommit (type: boolean(), default: nil) - Optional. Specifies whether the conversion workspace is to be committed automatically after the conversion.
  • convertFullPath (type: boolean(), default: nil) - Optional. Automatically convert the full entity path for each entity specified by the filter. For example, if the filter specifies a table, that table schema (and database if there is one) will also be converted.
  • filter (type: String.t, default: nil) - Optional. Filter the entities to convert. Leaving this field empty will convert all of the entities. Supports Google AIP-160 style filtering.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.ConvertConversionWorkspaceRequest{
  autoCommit: boolean() | nil,
  convertFullPath: boolean() | nil,
  filter: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.