Class GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload
Payload specific for Google Home products.
Implements
Inherited Members
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 |