ListAttributeMetadataResponse constructor

ListAttributeMetadataResponse({
  1. List<AttributeMetadata>? attributeMetadata,
  2. String? nextPageToken,
})

Implementation

ListAttributeMetadataResponse({
  this.attributeMetadata,
  this.nextPageToken,
});