View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement (google_api_apigee v0.46.0)

Message type for the schema element

Attributes

  • name (type: String.t, default: nil) - Name of the field.
  • properties (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaProperty.t, default: nil) - Properties for the schema field. For example: { "createTime": "2016-02-26T10:23:09.592Z", "custom": "false", "type": "string" }

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement{
  name: String.t() | nil,
  properties:
    GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaProperty.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.