GetLinkAttributesResponse constructor

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

Implementation

GetLinkAttributesResponse({
  this.attributes,
});