GoogleApi.AndroidPublisher.V3.Model.OfferTag (google_api_android_publisher v0.43.0)
View SourceRepresents a custom tag specified for a product offer.
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}