View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfigDelta (google_api_firestore v0.26.0)

Information about an index configuration change.

Attributes

  • changeType (type: String.t, default: nil) - Specifies how the index is changing.
  • index (type: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Index.t, default: nil) - The index being changed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfigDelta{
  changeType: String.t() | nil,
  index: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Index.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.