Class WorkbooksResponse.WorkbookType.OwnerType
Class representing a REST API user response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbooksResponse.WorkbookType.OwnerType : IRestIdentifiable
Constructors
OwnerType()
The default parameterless constructor.
Declaration
public OwnerType()
OwnerType(IRestIdentifiable)
Constructor to build from IRestIdentifiable
Declaration
public OwnerType(IRestIdentifiable owner)
Parameters
Type | Name | Description |
---|---|---|
IRestIdentifiable | owner | The owner to copy from. |
Properties
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |