Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1SuspendSubscriptionResponse

Response that contains the suspended subscription.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1SuspendSubscriptionResponse
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.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1SuspendSubscriptionResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Subscription

The suspended subscription resource.

Declaration
[JsonProperty("subscription")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Subscription Subscription { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1Subscription

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX