google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1CustomStyleSchemaInfo View Source

Attributes

  • copiedVariables (type: map(), default: nil) - writeOnly: true
  • enums (type: map(), default: nil) - Array of values of type EnumOption. This is untyped beyond being a JSON object as the metadata can be in any format/structure.
  • gui (type: list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GuiSection.t), default: nil) - JSON node which represents the input fields in the UI. The server does not type this structure beyond being plain JSON; the UI handles the rendering.
  • properties (type: map(), default: nil) - Map of properties to their kinds. Multiple kinds are allowed on each variable. The value of this map is a list of strings, where each string is a kind associated with the property.

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.Apigee.V1.Model.GoogleCloudApigeeV1CustomStyleSchemaInfo{
  copiedVariables: map(),
  enums: map(),
  gui: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1GuiSection.t()],
  properties: map()
}

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.