ListProductCertificationsResponse constructor
ListProductCertificationsResponse({
- String? nextPageToken,
- List<
ProductCertification> ? productCertifications,
Implementation
ListProductCertificationsResponse({
this.nextPageToken,
this.productCertifications,
});