Class WorkbookResponse.WorkbookType.LocationType
Class representing a REST API location response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookResponse.WorkbookType.LocationType : ILocationType, IRestIdentifiable, INamedContent
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 |