GoogleCloudChannelV1EduData constructor

GoogleCloudChannelV1EduData({
  1. String? instituteSize,
  2. String? instituteType,
  3. String? website,
})

Implementation

GoogleCloudChannelV1EduData({
  this.instituteSize,
  this.instituteType,
  this.website,
});