BatchGetLinkAttributesResponse constructor

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

Implementation

BatchGetLinkAttributesResponse({
  this.attributes,
});