ProductstatusesListResponse constructor

ProductstatusesListResponse({
  1. String? kind,
  2. String? nextPageToken,
  3. List<ProductStatus>? resources,
})

Implementation

ProductstatusesListResponse({this.kind, this.nextPageToken, this.resources});