GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto (google_api_chrome_policy v0.2.0) View Source
Describes a message type.
Attributes
-
enumType
(type:list(GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t)
, default:nil
) - -
field
(type:list(GoogleApi.ChromePolicy.V1.Model.Proto2FieldDescriptorProto.t)
, default:nil
) - -
name
(type:String.t
, default:nil
) - -
nestedType
(type:list(GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto.t)
, default:nil
) - -
oneofDecl
(type:list(GoogleApi.ChromePolicy.V1.Model.Proto2OneofDescriptorProto.t)
, default:nil
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto{ enumType: [GoogleApi.ChromePolicy.V1.Model.Proto2EnumDescriptorProto.t()] | nil, field: [GoogleApi.ChromePolicy.V1.Model.Proto2FieldDescriptorProto.t()] | nil, name: String.t() | nil, nestedType: [GoogleApi.ChromePolicy.V1.Model.Proto2DescriptorProto.t()] | nil, oneofDecl: [GoogleApi.ChromePolicy.V1.Model.Proto2OneofDescriptorProto.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.