Interface IFileUpdate
File properties for updating.
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public interface IFileUpdate
Properties
Description
The description of the file.
Declaration
string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
The tags of the file.
Declaration
IEnumerable<string> Tags { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |