View Source GoogleApi.DataMigration.V1.Model.ConversionWorkspaceInfo (google_api_data_migration v0.21.0)

A conversion workspace's version.

Attributes

  • commitId (type: String.t, default: nil) - The commit ID of the conversion workspace.
  • name (type: String.t, default: nil) - The resource name (URI) of the conversion workspace.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.