BatchGetNamedQueryOutput constructor
BatchGetNamedQueryOutput({
- List<
NamedQuery> ? namedQueries, - List<
UnprocessedNamedQueryId> ? unprocessedNamedQueryIds,
Implementation
BatchGetNamedQueryOutput({
this.namedQueries,
this.unprocessedNamedQueryIds,
});