GoogleApi.Dataform.V1beta1.Model.Workspace (google_api_dataform v0.8.0)
View SourceRepresents 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. -
internalMetadata
(type:String.t
, default:nil
) - Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string. -
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, internalMetadata: String.t() | nil, name: String.t() | nil }