GoogleCloudChannelV1Report constructor
GoogleCloudChannelV1Report({
- List<
GoogleCloudChannelV1Column> ? columns, - String? description,
- String? displayName,
- String? name,
Implementation
GoogleCloudChannelV1Report({
this.columns,
this.description,
this.displayName,
this.name,
});