public sealed class EduData : IMessage<EduData>, IEquatable<EduData>, IDeepCloneable<EduData>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class EduData.
Required Edu Attributes
Implements
IMessage<EduData>, IEquatable<EduData>, IDeepCloneable<EduData>, IBufferMessage, IMessageNamespace
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 |
EduData.Types.InstituteSize |
InstituteType
public EduData.Types.InstituteType InstituteType { get; set; }
Designated institute type of customer.
Property Value | |
---|---|
Type | Description |
EduData.Types.InstituteType |
Website
public string Website { get; set; }
Web address for the edu customer's institution.
Property Value | |
---|---|
Type | Description |
String |