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

Dump flag definition.

Attributes

  • name (type: String.t, default: nil) - The name of the flag
  • value (type: String.t, default: nil) - The value of the flag.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataMigration.V1.Model.DumpFlag{
  name: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.