AccountstatusesCustomBatchResponse constructor

AccountstatusesCustomBatchResponse({
  1. List<AccountstatusesCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

AccountstatusesCustomBatchResponse({
  this.entries,
  this.kind,
});