Interface IRestIdentifiable
Interface for an object that uses a REST API-style LUID identifier.
Namespace: Tableau.Migration.Api.Rest
Assembly: Tableau.Migration.dll
Syntax
public interface IRestIdentifiable
Properties
Id
Gets the unique identifier.
Declaration
Guid Id { get; }
Property Value
Type | Description |
---|---|
Guid |