Analytics Hub v1 API - Class SubscribeListingResponse (1.4.0)

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

Reference documentation and code samples for the Analytics Hub v1 API class SubscribeListingResponse.

Message for response when you subscribe to a listing.

Inheritance

object > SubscribeListingResponse

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

SubscribeListingResponse()

public SubscribeListingResponse()

SubscribeListingResponse(SubscribeListingResponse)

public SubscribeListingResponse(SubscribeListingResponse other)
Parameter
NameDescription
otherSubscribeListingResponse

Properties

Subscription

public Subscription Subscription { get; set; }

Subscription object created from this subscribe action.

Property Value
TypeDescription
Subscription