GoogleCloudChannelV1Row constructor

GoogleCloudChannelV1Row({
  1. String? partitionKey,
  2. List<GoogleCloudChannelV1ReportValue>? values,
})

Implementation

GoogleCloudChannelV1Row({
  this.partitionKey,
  this.values,
});