GetObjectAttributesResponse constructor

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

Implementation

GetObjectAttributesResponse({
  this.attributes,
});