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

Details of a single rules file.

Attributes

  • rulesContent (type: String.t, default: nil) - Required. The text content of the rules that needs to be converted.
  • rulesSourceFilename (type: String.t, default: nil) - Required. The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.RulesFile{
  rulesContent: String.t() | nil,
  rulesSourceFilename: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.