GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1IndexConfigDelta (google_api_firestore v0.33.0)
View SourceInformation 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 }