Analytics Hub v1 API - Class RefreshSubscriptionResponse (1.4.0)

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

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

Message for response when you refresh a subscription.

Inheritance

object > RefreshSubscriptionResponse

Namespace

Google.Cloud.BigQuery.AnalyticsHub.V1

Assembly

Google.Cloud.BigQuery.AnalyticsHub.V1.dll

Constructors

RefreshSubscriptionResponse()

public RefreshSubscriptionResponse()

RefreshSubscriptionResponse(RefreshSubscriptionResponse)

public RefreshSubscriptionResponse(RefreshSubscriptionResponse other)
Parameter
NameDescription
otherRefreshSubscriptionResponse

Properties

Subscription

public Subscription Subscription { get; set; }

The refreshed subscription resource.

Property Value
TypeDescription
Subscription