BatchGetObjectAttributesResponse constructor

BatchGetObjectAttributesResponse({
  1. List<AttributeKeyAndValue>? attributes,
})

Implementation

BatchGetObjectAttributesResponse({
  this.attributes,
});