GoogleCloudChannelV1Column constructor

GoogleCloudChannelV1Column({
  1. String? columnId,
  2. String? dataType,
  3. String? displayName,
})

Implementation

GoogleCloudChannelV1Column({this.columnId, this.dataType, this.displayName});