View Source GoogleApi.ServiceUsage.V1.Model.Enum (google_api_service_usage v0.19.0)

Enum type definition.

Attributes

  • edition (type: String.t, default: nil) - The source edition string, only valid when syntax is SYNTAX_EDITIONS.
  • enumvalue (type: list(GoogleApi.ServiceUsage.V1.Model.EnumValue.t), default: nil) - Enum value definitions.
  • name (type: String.t, default: nil) - Enum type name.
  • options (type: list(GoogleApi.ServiceUsage.V1.Model.Option.t), default: nil) - Protocol buffer options.
  • sourceContext (type: GoogleApi.ServiceUsage.V1.Model.SourceContext.t, default: nil) - The source context.
  • syntax (type: String.t, default: nil) - The source syntax.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceUsage.V1.Model.Enum{
  edition: String.t() | nil,
  enumvalue: [GoogleApi.ServiceUsage.V1.Model.EnumValue.t()] | nil,
  name: String.t() | nil,
  options: [GoogleApi.ServiceUsage.V1.Model.Option.t()] | nil,
  sourceContext: GoogleApi.ServiceUsage.V1.Model.SourceContext.t() | nil,
  syntax: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.