attributesToRetrieve property

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

Attributes to include in the API response. To reduce the size of your response, you can retrieve only some of the attributes. By default, the response includes all attributes.

Implementation

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