View Source GoogleApi.Dataform.V1beta1.Model.Config (google_api_dataform v0.5.0)

Config for all repositories in a given project and location.

Attributes

  • defaultKmsKeyName (type: String.t, default: nil) - Optional. The default KMS key that is used if no encryption key is provided when a repository is created.
  • name (type: String.t, default: nil) - Identifier. The config name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataform.V1beta1.Model.Config{
  defaultKmsKeyName: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.