name property

String? name
getter/setter pair

A server-defined name for this index.

Output only. When used in the google.firestore.admin.v1.Index resource, the value is of the form: projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id} When used in the google.firestore.admin.v1.Field resource, the value is empty.

Implementation

core.String? name;