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