BatchGetNamedQueryOutput constructor

BatchGetNamedQueryOutput({
  1. List<NamedQuery>? namedQueries,
  2. List<UnprocessedNamedQueryId>? unprocessedNamedQueryIds,
})

Implementation

BatchGetNamedQueryOutput({
  this.namedQueries,
  this.unprocessedNamedQueryIds,
});