View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfigDelta (google_api_firestore v0.23.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfigDelta{
changeType: String.t() | nil,
index: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1Index.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.