AccountstatusesCustomBatchResponse constructor
AccountstatusesCustomBatchResponse({
- List<
AccountstatusesCustomBatchResponseEntry> ? entries, - String? kind,
Implementation
AccountstatusesCustomBatchResponse({
this.entries,
this.kind,
});