google_api_service_usage v0.6.0 GoogleApi.ServiceUsage.V1.Model.Enum View Source

Enum type definition.

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceUsage.V1.Model.Enum{
  enumvalue: [GoogleApi.ServiceUsage.V1.Model.EnumValue.t()],
  name: String.t(),
  options: [GoogleApi.ServiceUsage.V1.Model.Option.t()],
  sourceContext: GoogleApi.ServiceUsage.V1.Model.SourceContext.t(),
  syntax: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.