BatchListObjectAttributesResponse constructor
BatchListObjectAttributesResponse({
- List<
AttributeKeyAndValue> ? attributes, - String? nextToken,
Implementation
BatchListObjectAttributesResponse({
this.attributes,
this.nextToken,
});