GoogleCloudChannelV1Report constructor

GoogleCloudChannelV1Report({
  1. List<GoogleCloudChannelV1Column>? columns,
  2. String? description,
  3. String? displayName,
  4. String? name,
})

Implementation

GoogleCloudChannelV1Report({
  this.columns,
  this.description,
  this.displayName,
  this.name,
});