BatchGetAmpUrlsResponse constructor
BatchGetAmpUrlsResponse({
- List<
AmpUrl> ? ampUrls, - List<
AmpUrlError> ? urlErrors,
Implementation
BatchGetAmpUrlsResponse({
this.ampUrls,
this.urlErrors,
});