AccountsCustomBatchResponse constructor

AccountsCustomBatchResponse({
  1. List<AccountsCustomBatchResponseEntry>? entries,
  2. String? kind,
})

Implementation

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