ProductstatusesListResponse constructor
ProductstatusesListResponse({
- String? kind,
- String? nextPageToken,
- List<
ProductStatus> ? resources,
Implementation
ProductstatusesListResponse({this.kind, this.nextPageToken, this.resources});