Show / Hide Table of Contents

Class GoogleCloudChannelV1EduData

Required Edu Attributes

Inheritance
object
GoogleCloudChannelV1EduData
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1EduData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InstituteSize

Size of the institute.

Declaration
[JsonProperty("instituteSize")]
public virtual string InstituteSize { get; set; }
Property Value
Type Description
string

InstituteType

Designated institute type of customer.

Declaration
[JsonProperty("instituteType")]
public virtual string InstituteType { get; set; }
Property Value
Type Description
string

Website

Web address for the edu customer's institution.

Declaration
[JsonProperty("website")]
public virtual string Website { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX