Show / Hide Table of Contents

Class GoogleCloudChannelV1alpha1SubscriberEvent

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

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

Properties

ChannelPartnerEvent

Channel Partner event sent as part of Pub/Sub event to partners.

Declaration
[JsonProperty("channelPartnerEvent")]
public virtual GoogleCloudChannelV1alpha1ChannelPartnerEvent ChannelPartnerEvent { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1ChannelPartnerEvent

CustomerEvent

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

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

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 GoogleCloudChannelV1alpha1EntitlementEvent EntitlementEvent { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1EntitlementEvent

OpportunityEvent

Opportunity event sent as part of Pub/Sub event to partners/integrators.

Declaration
[JsonProperty("opportunityEvent")]
public virtual GoogleCloudChannelV1alpha1OpportunityEvent OpportunityEvent { get; set; }
Property Value
Type Description
GoogleCloudChannelV1alpha1OpportunityEvent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX