ListAttributeMetadataResponse constructor
ListAttributeMetadataResponse({
- List<
AttributeMetadata> ? attributeMetadata, - String? nextPageToken,
Implementation
ListAttributeMetadataResponse({
this.attributeMetadata,
this.nextPageToken,
});