View Source GoogleApi.PlayGrouping.V1alpha1.Model.Tag (google_api_play_grouping v0.2.0)
A tag is associated with exactly one package name and user.
Attributes
-
booleanValue
(type:boolean()
, default:nil
) - A boolean value of the tag. -
int64Value
(type:String.t
, default:nil
) - A signed 64-bit integer value of the tag. -
key
(type:String.t
, default:nil
) - Required. Key for the tag. -
stringValue
(type:String.t
, default:nil
) - A string value of the tag. -
timeValue
(type:DateTime.t
, default:nil
) - A time value of the tag.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PlayGrouping.V1alpha1.Model.Tag{ booleanValue: boolean() | nil, int64Value: String.t() | nil, key: String.t() | nil, stringValue: String.t() | nil, timeValue: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.