Show / Hide Table of Contents

Class Registration

An instruction to Classroom to send notifications from the feed to the provided destination.

Inheritance
object
Registration
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.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Registration : IDirectResponseSchema

Properties

CloudPubsubTopic

The Cloud Pub/Sub topic that notifications are to be sent to.

Declaration
[JsonProperty("cloudPubsubTopic")]
public virtual CloudPubsubTopic CloudPubsubTopic { get; set; }
Property Value
Type Description
CloudPubsubTopic

ETag

The ETag of the item.

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

ExpiryTime

object representation of ExpiryTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpiryTimeDateTimeOffset instead.")]
public virtual object ExpiryTime { get; set; }
Property Value
Type Description
object

ExpiryTimeDateTimeOffset

DateTimeOffset representation of ExpiryTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpiryTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ExpiryTimeRaw

The time until which the Registration is effective. This is a read-only field assigned by the server.

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

Feed

Specification for the class of notifications that Classroom should deliver to the destination.

Declaration
[JsonProperty("feed")]
public virtual Feed Feed { get; set; }
Property Value
Type Description
Feed

RegistrationId

A server-generated unique identifier for this Registration. Read-only.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX