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

Properties for the schema field.

Attributes

  • createTime (type: String.t, default: nil) - Time the field was created in RFC3339 string form. For example: 2016-02-26T10:23:09.592Z.
  • custom (type: String.t, default: nil) - Flag that specifies whether the field is standard in the dataset or a custom field created by the customer. true indicates that it is a custom field.
  • type (type: String.t, default: nil) - Data type of the field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SchemaSchemaProperty{
  createTime: String.t() | nil,
  custom: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.