google_api_service_user v0.5.0 GoogleApi.ServiceUser.V1.Model.Enum View Source

Enum type definition.

Attributes

  • enumvalue ([EnumValue]): Enum value definitions. Defaults to: null.
  • name (String.t): Enum type name. Defaults to: null.
  • options ([Option]): Protocol buffer options. Defaults to: null.
  • sourceContext (SourceContext): The source context. Defaults to: null.
  • syntax (String.t): The source syntax. Defaults to: null.

    • Enum - one of [SYNTAX_PROTO2, SYNTAX_PROTO3]

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.ServiceUser.V1.Model.Enum{
  enumvalue: [GoogleApi.ServiceUser.V1.Model.EnumValue.t()],
  name: any(),
  options: [GoogleApi.ServiceUser.V1.Model.Option.t()],
  sourceContext: GoogleApi.ServiceUser.V1.Model.SourceContext.t(),
  syntax: any()
}

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.