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

Definition of Enumvalue (to be used by enum fields)

Attributes

  • deprecated (type: String.t, default: nil) - Optional. Optional deprecation message to be set if an enum value needs to be deprecated.
  • index (type: integer(), default: nil) - Required. Index for the enum. Cannot be modified.
  • name (type: String.t, default: nil) - Required. Name of the enumvalue. This is the actual value that the aspect will 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.