Interface IIdentifiable
Auxiliary interface to represent an object with a unique resource identifier
Namespace: Unity.Services.DeploymentApi.Editor
Assembly: Unity.Services.DeploymentApi.dll
Syntax
public interface IIdentifiable
Properties
ResourceId
The unique resource ID
Declaration
string ResourceId { get; }
Property Value
Type | Description |
---|---|
string |