Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1ProductPayload

Specifies product specific payload.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1ProductPayload
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 GoogleCloudPaymentsResellerSubscriptionV1ProductPayload : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GoogleHomePayload

Payload specific to Google Home products.

Declaration
[JsonProperty("googleHomePayload")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload GoogleHomePayload { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload

GoogleOnePayload

Product-specific payloads. Payload specific to Google One products.

Declaration
[JsonProperty("googleOnePayload")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload GoogleOnePayload { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1GoogleOnePayload

YoutubePayload

Payload specific to Youtube products.

Declaration
[JsonProperty("youtubePayload")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload YoutubePayload { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1YoutubePayload

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX