Class CollectionsResponse.CollectionType
Class representing a REST API workbook response.
Inheritance
object
CollectionsResponse.CollectionType
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class CollectionsResponse.CollectionType
Properties
ContentUrl
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the owner for the response.
Declaration
public CollectionsResponse.CollectionType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
CollectionsResponse.CollectionType.OwnerType |