Interface IDatasetInfo
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IDatasetInfo
Properties
Description
A description of the dataset.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
IsVisible
Indicates whether the dataset is visible or not.
Declaration
bool? IsVisible { get; }
Property Value
Type | Description |
---|---|
bool? |
Name
The name of the dataset.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Tags
The user tags of the dataset.
Declaration
List<string> Tags { get; }
Property Value
Type | Description |
---|---|
List<string> |
Type
The type of the dataset.
Declaration
AssetType? Type { get; }
Property Value
Type | Description |
---|---|
AssetType? |