View Source GoogleApi.Dataform.V1beta1.Model.Workspace (google_api_dataform v0.4.0)

Represents a Dataform Git workspace.

Attributes

  • dataEncryptionState (type: GoogleApi.Dataform.V1beta1.Model.DataEncryptionState.t, default: nil) - Output only. A data encryption state of a Git repository if this Workspace is protected by a KMS key.
  • name (type: String.t, default: nil) - Identifier. The workspace's name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.Workspace{
  dataEncryptionState:
    GoogleApi.Dataform.V1beta1.Model.DataEncryptionState.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.