attributesToRetrieve property
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;