google_api_firestore v0.10.0 GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Index View Source
An index definition.
Attributes
collectionId(type:String.t, default:nil) - The collection ID to which this index applies. Required.fields(type:list(GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1IndexField.t), default:nil) - The fields to index.name(type:String.t, default:nil) - The resource name of the index. Output only.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 Sourcet() :: %GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1Index{
collectionId: String.t(),
fields: [
GoogleApi.Firestore.V1beta1.Model.GoogleFirestoreAdminV1beta1IndexField.t()
],
name: String.t(),
state: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.