View Source GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto (google_api_chrome_policy v0.5.0)

Describes an enum type.

Attributes

  • name (type: String.t, default: nil) -
  • value (type: list(GoogleApi.ChromePolicy.V1.Model.Proto2EnumValueDescriptorProto.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto{
  name: String.t() | nil,
  value:
    [GoogleApi.ChromePolicy.V1.Model.Proto2EnumValueDescriptorProto.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.