public sealed class EduData : IMessage<EduData>, IEquatable<EduData>, IDeepCloneable<EduData>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class EduData.
Required Edu Attributes
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
EduData()
public EduData()EduData(EduData)
public EduData(EduData other)| Parameter | |
|---|---|
| Name | Description |
other |
EduData |
Properties
InstituteSize
public EduData.Types.InstituteSize InstituteSize { get; set; }Size of the institute.
| Property Value | |
|---|---|
| Type | Description |
EduDataTypesInstituteSize |
|
InstituteType
public EduData.Types.InstituteType InstituteType { get; set; }Designated institute type of customer.
| Property Value | |
|---|---|
| Type | Description |
EduDataTypesInstituteType |
|
Website
public string Website { get; set; }Web address for the edu customer's institution.
| Property Value | |
|---|---|
| Type | Description |
string |
|