Show / Hide Table of Contents

Class GoogleCloudChannelV1SubscriberEvent

Represents information which resellers will get as part of notification from Pub/Sub.

Inheritance
object
GoogleCloudChannelV1SubscriberEvent
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 GoogleCloudChannelV1SubscriberEvent : IDirectResponseSchema

Properties

CustomerEvent

Customer event sent as part of Pub/Sub event to partners.

Declaration
[JsonProperty("customerEvent")]
public virtual GoogleCloudChannelV1CustomerEvent CustomerEvent { get; set; }
Property Value
Type Description
GoogleCloudChannelV1CustomerEvent

ETag

The ETag of the item.

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

EntitlementEvent

Entitlement event sent as part of Pub/Sub event to partners.

Declaration
[JsonProperty("entitlementEvent")]
public virtual GoogleCloudChannelV1EntitlementEvent EntitlementEvent { get; set; }
Property Value
Type Description
GoogleCloudChannelV1EntitlementEvent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX