Show / Hide Table of Contents

Class GoogleCloudChannelV1UnregisterSubscriberRequest

Request Message for UnregisterSubscriber.

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

Properties

Account

Optional. Resource name of the account. Required if integrator is not provided. Otherwise, leave this field empty/unset.

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

ETag

The ETag of the item.

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

Integrator

Optional. Resource name of the integrator. Required if account is not provided. Otherwise, leave this field empty/unset.

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

ServiceAccount

Required. Service account to unregister from subscriber access to the topic.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX