Show / Hide Table of Contents

Class GoogleHomePayload

Payload specific for Google Home products.

Inheritance
object
GoogleHomePayload
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 GoogleHomePayload : 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

GoogleStructureId

Optional. Structure identifier on Google side.

Declaration
[JsonProperty("googleStructureId")]
public virtual string GoogleStructureId { 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