Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload

Payload specific for Google Home products.

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

Properties

AttachedToGoogleStructure

Output only. This identifies whether the subscription is attached to a Google Home structure.

Declaration
[JsonProperty("attachedToGoogleStructure")]
public virtual bool? AttachedToGoogleStructure { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

PartnerStructureId

Optional. This identifies the structure ID on partner side that the subscription should be applied to. Only required when the partner requires structure mapping.

Declaration
[JsonProperty("partnerStructureId")]
public virtual string PartnerStructureId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX