Interface IUpdateAttachmentRequest
A request to update a new annotation attachment.
Namespace: Unity.Cloud.Collaboration.Models.AttachmentRequest
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public interface IUpdateAttachmentRequest
Properties
Type
The type of the Attachment, this should be used to identify the specific type of Attachment given.
Declaration
[DataMember(Name = "type", EmitDefaultValue = true)]
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |
Examples
"file" | "other"