GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse constructor

GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse({
  1. List<GoogleAdsHomeservicesLocalservicesV1AccountReport>? accountReports,
  2. String? nextPageToken,
})

Implementation

GoogleAdsHomeservicesLocalservicesV1SearchAccountReportsResponse({
  this.accountReports,
  this.nextPageToken,
});