createdAt property

  1. @JsonKey(name: r'createdAt')
String createdAt
final

Index creation date. An empty string means that the index has no records.

Implementation

@JsonKey(name: r'createdAt')
final String createdAt;