View Source GoogleApi.AndroidPublisher.V3.Model.OfferTag (google_api_android_publisher v0.34.1)

Represents a custom tag specified for one-time products, purchase options, base plans and offers.

Attributes

  • tag (type: String.t, default: nil) - Must conform with RFC-1034. That is, this string can only contain lower-case letters (a-z), numbers (0-9), and hyphens (-), and be at most 20 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.OfferTag{tag: String.t() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.