Class AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest
Create or update tags for the user and app that are represented by the given token.
Inheritance
AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest
Inherited Members
Namespace: Google.Apis.PlayGrouping.v1alpha1
Assembly: Google.Apis.PlayGrouping.v1alpha1.dll
Syntax
public class AppsResource.TokensResource.TagsResource.CreateOrUpdateRequest : PlayGroupingBaseServiceRequest<CreateOrUpdateTagsResponse>, IClientServiceRequest<CreateOrUpdateTagsResponse>, IClientServiceRequest
Constructors
CreateOrUpdateRequest(IClientService, CreateOrUpdateTagsRequest, string, string)
Constructs a new CreateOrUpdate request.
Declaration
public CreateOrUpdateRequest(IClientService service, CreateOrUpdateTagsRequest body, string appPackage, string token)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CreateOrUpdateTagsRequest | body | |
string | appPackage | |
string | token |
Properties
AppPackage
Required. App whose tags are being manipulated. Format: apps/{package_name}
Declaration
[RequestParameter("appPackage", RequestParameterType.Path)]
public virtual string AppPackage { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.RestPath
Token
Required. Token for which the tags are being inserted or updated. Format: tokens/{token}
Declaration
[RequestParameter("token", RequestParameterType.Path)]
public virtual string Token { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PlayGrouping.v1alpha1.Data.CreateOrUpdateTagsResponse>.GetBody()
InitParameters()
Initializes CreateOrUpdate parameter list.
Declaration
protected override void InitParameters()