Interface ICloudProjectId
Component to provide cloud project ID.
Namespace: Unity.Services.Core.Configuration.Internal
Assembly: Unity.Services.Core.Internal.dll
Syntax
public interface ICloudProjectId : IServiceComponent
Methods
GetCloudProjectId()
Get cloud project ID at runtime.
Declaration
string GetCloudProjectId()
Returns
Type | Description |
---|---|
string | cloud project id |