GoogleCloudRetailV2ListControlsResponse constructor
GoogleCloudRetailV2ListControlsResponse({
- List<
GoogleCloudRetailV2Control> ? controls, - String? nextPageToken,
Implementation
GoogleCloudRetailV2ListControlsResponse({this.controls, this.nextPageToken});