GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement (google_api_apigee v0.18.0) View Source
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
) - Property of the schema field E.g. { "createTime": "2016-02-26T10:23:09.592Z", "custom": "false", "type": "string" }
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement{ name: String.t(), properties: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaProperty.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.