google_api_datastore v0.10.0 GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Index View Source

A minimal index definition.

Attributes

  • ancestor (type: String.t, default: nil) - The index's ancestor mode. Must not be ANCESTOR_MODE_UNSPECIFIED. Required.
  • indexId (type: String.t, default: nil) - The resource ID of the index. Output only.
  • kind (type: String.t, default: nil) - The entity kind to which this index applies. Required.
  • projectId (type: String.t, default: nil) - Project ID. Output only.
  • properties (type: list(GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1IndexedProperty.t), default: nil) - An ordered sequence of property names and their index attributes. Required.
  • state (type: String.t, default: nil) - The state of the index. Output only.

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 Source
t() :: %GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1Index{
  ancestor: String.t(),
  indexId: String.t(),
  kind: String.t(),
  projectId: String.t(),
  properties: [
    GoogleApi.Datastore.V1.Model.GoogleDatastoreAdminV1IndexedProperty.t()
  ],
  state: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.