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

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.