Class CreateOrUpdateTagsRequest
Request message for CreateOrUpdateTags. VerifyToken.
Implements
Inherited Members
Namespace: Google.Apis.PlayGrouping.v1alpha1.Data
Assembly: Google.Apis.PlayGrouping.v1alpha1.dll
Syntax
public class CreateOrUpdateTagsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Tags
Tags to be inserted or updated.
Declaration
[JsonProperty("tags")]
public virtual IList<Tag> Tags { get; set; }
Property Value
Type | Description |
---|---|
IList<Tag> |