Interface IGameOverridesAdminApi
Represents a collection of functions to interact with the API endpoints
Namespace: Unity.Services.Apis.Admin.RemoteConfig
Assembly: Unity.Services.Apis.dll
Syntax
public interface IGameOverridesAdminApi : IApiAccessor
Methods
GetAllGameOverrides(string, string, CancellationToken)
Get all game overrides
Declaration
ApiOperation<GetAllCampaignsResponse> GetAllGameOverrides(string projectId, string environmentId, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectId | Unity Project Id |
| string | environmentId | Unity environmentId |
| CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
| Type | Description |
|---|---|
| ApiOperation<GetAllCampaignsResponse> | The operation |