unretrievableAttributes property

  1. @JsonKey(name: r'unretrievableAttributes')
List<String>? unretrievableAttributes
final

Attributes that can't be retrieved at query time.

Implementation

@JsonKey(name: r'unretrievableAttributes')
final List<String>? unretrievableAttributes;