Struct ReadAnnotationFileAttachmentDownloadUrlResult
Represents the result of reading an annotation file attachment download URL.
Inherited Members
Namespace: Unity.Cloud.Collaboration.Models.Attachments
Assembly: Unity.Cloud.Collaboration.dll
Syntax
public readonly struct ReadAnnotationFileAttachmentDownloadUrlResult
Constructors
ReadAnnotationFileAttachmentDownloadUrlResult(string)
Initializes a new instance of the ReadAnnotationFileAttachmentDownloadUrlResult struct.
Declaration
public ReadAnnotationFileAttachmentDownloadUrlResult(string url = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url | The signed download URL to download the file. |
Fields
Url
The download url
Declaration
public readonly string Url
Field Value
| Type | Description |
|---|---|
| string |