Class GoogleCloudChannelV1UnregisterSubscriberRequest
Request Message for UnregisterSubscriber.
Implements
Inherited Members
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 |