Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1EduData
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1EduData
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb
Overview
Required Edu Attributes
Instance Attribute Summary collapse
-
#institute_size ⇒ String
Size of the institute.
-
#institute_type ⇒ String
Designated institute type of customer.
-
#website ⇒ String
Web address for the edu customer's institution.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1EduData
constructor
A new instance of GoogleCloudChannelV1EduData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1EduData
Returns a new instance of GoogleCloudChannelV1EduData.
1132 1133 1134 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1132 def initialize(**args) update!(**args) end |
Instance Attribute Details
#institute_size ⇒ String
Size of the institute.
Corresponds to the JSON property instituteSize
1120 1121 1122 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1120 def institute_size @institute_size end |
#institute_type ⇒ String
Designated institute type of customer.
Corresponds to the JSON property instituteType
1125 1126 1127 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1125 def institute_type @institute_type end |
#website ⇒ String
Web address for the edu customer's institution.
Corresponds to the JSON property website
1130 1131 1132 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1130 def website @website end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1137 1138 1139 1140 1141 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 1137 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 |