GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto (google_api_chrome_policy v0.6.0)

View Source

Describes an enum type.

Attributes

  • name (type: String.t, default: nil) -
  • value (type: list(GoogleApi.ChromePolicy.V1.Model.Proto2EnumValueDescriptorProto.t), default: nil) -
  • visibility (type: String.t, default: nil) - Support for export and local keywords on enums.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.