Class FavoritesResponse.FavoriteType.CollectionType
Class representing a REST API favorite response's collection.
Inheritance
object
FavoritesResponse.FavoriteType.CollectionType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class FavoritesResponse.FavoriteType.CollectionType : IRestIdentifiable
Properties
CreatedAt
Gets or sets the creation date of the collection.
Declaration
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Description
Gets or sets the description of the collection.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the name of the collection.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the owner of the collection.
Declaration
public FavoritesResponse.FavoriteType.CollectionType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
FavoritesResponse.FavoriteType.CollectionType.OwnerType |
PermissionedItemCount
Gets or sets the count of permissioned items in the collection.
Declaration
public int PermissionedItemCount { get; set; }
Property Value
Type | Description |
---|---|
int |
TotalItemCount
Gets or sets the total count of items in the collection.
Declaration
public int TotalItemCount { get; set; }
Property Value
Type | Description |
---|---|
int |
UpdatedAt
Gets or sets the last update date of the collection.
Declaration
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Visibility
Gets or sets the visibility of the collection.
Declaration
public string? Visibility { get; set; }
Property Value
Type | Description |
---|---|
string |