docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)