Cloud Channel v1 API - Class UnregisterSubscriberResponse (2.12.0)

public sealed class UnregisterSubscriberResponse : IMessage<UnregisterSubscriberResponse>, IEquatable<UnregisterSubscriberResponse>, IDeepCloneable<UnregisterSubscriberResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class UnregisterSubscriberResponse.

Response Message for UnregisterSubscriber.

Inheritance

object > UnregisterSubscriberResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

UnregisterSubscriberResponse()

public UnregisterSubscriberResponse()

UnregisterSubscriberResponse(UnregisterSubscriberResponse)

public UnregisterSubscriberResponse(UnregisterSubscriberResponse other)
Parameter
Name Description
other UnregisterSubscriberResponse

Properties

Topic

public string Topic { get; set; }

Name of the topic the service account subscriber access was removed from.

Property Value
Type Description
string