GoogleCloudRetailV2ListControlsResponse constructor

GoogleCloudRetailV2ListControlsResponse({
  1. List<GoogleCloudRetailV2Control>? controls,
  2. String? nextPageToken,
})

Implementation

GoogleCloudRetailV2ListControlsResponse({
  this.controls,
  this.nextPageToken,
});