Interface ICreateAttachmentRequest
An interface for request to create a new annotation attachment
Namespace: Unity.Cloud.Collaboration.Models.AttachmentRequest
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface ICreateAttachmentRequest
Properties
Metadata
Metadata for the Attachment
Declaration
[DataMember(Name = "metadata", EmitDefaultValue = true)]
Dictionary<string, object> Metadata { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<string, object> |
Type
The type of the Attachment, this should be used to identify the specific type of Attachment given
Declaration
[DataMember(Name = "type", EmitDefaultValue = true, IsRequired = true)]
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |