GoogleCloudChannelV1Row constructor
GoogleCloudChannelV1Row({
- String? partitionKey,
- List<
GoogleCloudChannelV1ReportValue> ? values,
Implementation
GoogleCloudChannelV1Row({
this.partitionKey,
this.values,
});