View Source GoogleApi.Dataform.V1beta1.Model.Workspace (google_api_dataform v0.7.0)
Represents a Dataform Git workspace.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp of when the workspace was created. -
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{ createTime: DateTime.t() | nil, dataEncryptionState: GoogleApi.Dataform.V1beta1.Model.DataEncryptionState.t() | nil, name: String.t() | nil }