Class AppsResource.TokensResource.TagsResource
The "tags" collection of methods.
Inherited Members
Namespace: Google.Apis.PlayGrouping.v1alpha1
Assembly: Google.Apis.PlayGrouping.v1alpha1.dll
Syntax
public class AppsResource.TokensResource.TagsResource
Constructors
TagsResource(IClientService)
Constructs a new resource.
Declaration
public TagsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
CreateOrUpdate(CreateOrUpdateTagsRequest, string, string)
Create or update tags for the user and app that are represented by the given token.
Declaration
public virtual AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest CreateOrUpdate(CreateOrUpdateTagsRequest body, string appPackage, string token)
Parameters
Type | Name | Description |
---|---|---|
CreateOrUpdateTagsRequest | body | The body of the request. |
string | appPackage | Required. App whose tags are being manipulated. Format: apps/{package_name} |
string | token | Required. Token for which the tags are being inserted or updated. Format: tokens/{token} |
Returns
Type | Description |
---|---|
AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest |