Interface IMultiplayRegistryAdminApi
Represents a collection of functions to interact with the API endpoints
Namespace: Unity.Services.Apis.Admin.Multiplay
Assembly: Unity.Services.Apis.dll
Syntax
public interface IMultiplayRegistryAdminApi : IApiAccessor
Methods
GetTagsList(string, string, long, CancellationToken)
View tags list
Declaration
ApiOperation<MultiplayRegistryTagsList> GetTagsList(string projectId, string environmentId, long buildId, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | projectId | The project's Project ID |
string | environmentId | The Environment ID of a project |
long | buildId | The ID of the build. |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<MultiplayRegistryTagsList> | The operation |