View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeEntitySchema (google_api_integrations v0.3.0)

Metadata of an entity, including a schema for its properties.

Attributes

  • arrayFieldSchema (type: String.t, default: nil) - The above schema, but for an array of the associated entity.
  • entity (type: String.t, default: nil) - Name of the entity.
  • fieldSchema (type: String.t, default: nil) - List of fields in the entity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaRuntimeEntitySchema{
    arrayFieldSchema: String.t() | nil,
    entity: String.t() | nil,
    fieldSchema: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.