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