View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue (google_api_dataplex v0.15.0)

Definition of Enumvalue, to be used for enum fields.

Attributes

  • deprecated (type: String.t, default: nil) - Optional. You can set this message if you need to deprecate an enum value.
  • index (type: integer(), default: nil) - Required. Index for the enum value. It can't be modified.
  • name (type: String.t, default: nil) - Required. Name of the enumvalue. This is the actual value that the aspect can contain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1AspectTypeMetadataTemplateEnumValue{
    deprecated: String.t() | nil,
    index: integer() | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.