GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload (google_api_payments_reseller_subscription v0.8.0)

View Source

Payload specific for Google Home products.

Attributes

  • attachedToGoogleStructure (type: boolean(), default: nil) - Output only. This identifies whether the subscription is attached to a Google Home structure.
  • partnerStructureId (type: String.t, default: nil) - Optional. This identifies the structure ID on partner side that the subscription should be applied to. Only required when the partner requires structure mapping.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.PaymentsResellerSubscription.V1.Model.GoogleCloudPaymentsResellerSubscriptionV1GoogleHomePayload{
    attachedToGoogleStructure: boolean() | nil,
    partnerStructureId: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.