class Google::Apis::CloudchannelV1::GoogleCloudChannelV1EduData

Required Edu Attributes

Attributes

institute_size[RW]

Size of the institute. Corresponds to the JSON property `instituteSize` @return [String]

institute_type[RW]

Designated institute type of customer. Corresponds to the JSON property `instituteType` @return [String]

website[RW]

Web address for the edu customer's institution. Corresponds to the JSON property `website` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 766
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudchannel_v1/classes.rb, line 771
def update!(**args)
  @institute_size = args[:institute_size] if args.key?(:institute_size)
  @institute_type = args[:institute_type] if args.key?(:institute_type)
  @website = args[:website] if args.key?(:website)
end