google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement View Source
Message type for the schema element
Attributes
name
(type:String.t
, default:nil
) - Name of the fieldproperties
(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaElement{ name: String.t(), properties: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaProperty.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.