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