ListCustomBiddingScriptsResponse constructor
ListCustomBiddingScriptsResponse({
- List<
CustomBiddingScript> ? customBiddingScripts, - String? nextPageToken,
Implementation
ListCustomBiddingScriptsResponse({
this.customBiddingScripts,
this.nextPageToken,
});