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

Request message for 'ImportMappingRules' request.

Attributes

  • autoCommit (type: boolean(), default: nil) - Required. Should the conversion workspace be committed automatically after the import operation.
  • rulesFiles (type: list(GoogleApi.DataMigration.V1.Model.RulesFile.t), default: nil) - Required. One or more rules files.
  • rulesFormat (type: String.t, default: nil) - Required. The format of the rules content file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.ImportMappingRulesRequest{
  autoCommit: boolean() | nil,
  rulesFiles: [GoogleApi.DataMigration.V1.Model.RulesFile.t()] | nil,
  rulesFormat: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.