google_api_service_management v0.1.0 GoogleApi.ServiceManagement.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.ServiceManagement.V1.Model.Enum{ enumvalue: [GoogleApi.ServiceManagement.V1.Model.EnumValue.t()], name: any(), options: [GoogleApi.ServiceManagement.V1.Model.Option.t()], sourceContext: GoogleApi.ServiceManagement.V1.Model.SourceContext.t(), syntax: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.