Class Tag
A tag is associated with exactly one package name and user.
Implements
Inherited Members
Namespace: Google.Apis.PlayGrouping.v1alpha1.Data
Assembly: Google.Apis.PlayGrouping.v1alpha1.dll
Syntax
public class Tag : IDirectResponseSchema
Properties
BooleanValue
A boolean value of the tag.
Declaration
[JsonProperty("booleanValue")]
public virtual bool? BooleanValue { 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 |
Int64Value
A signed 64-bit integer value of the tag.
Declaration
[JsonProperty("int64Value")]
public virtual long? Int64Value { get; set; }
Property Value
Type | Description |
---|---|
long? |
Key
Required. Key for the tag.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
StringValue
A string value of the tag.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeValue
object representation of TimeValueRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeValueDateTimeOffset instead.")]
public virtual object TimeValue { get; set; }
Property Value
Type | Description |
---|---|
object |
TimeValueDateTimeOffset
DateTimeOffset representation of TimeValueRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeValueDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
TimeValueRaw
A time value of the tag.
Declaration
[JsonProperty("timeValue")]
public virtual string TimeValueRaw { get; set; }
Property Value
Type | Description |
---|---|
string |