Class WorkbooksResponse.WorkbookType.LocationType
Class representing a REST API location response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbooksResponse.WorkbookType.LocationType : ILocationType, IRestIdentifiable, INamedContent
Constructors
LocationType()
The default parameterless constructor.
Declaration
public LocationType()
LocationType(ILocationType)
Constructor to build from ILocationType.
Declaration
public LocationType(ILocationType response)
Parameters
Type | Name | Description |
---|---|---|
ILocationType | response | The ILocationType object. |
Properties
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets the content item's name
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |