docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct GetTaskManagementProjectsResult

    The response with found Projects.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Cloud.Collaboration.Models.JiraManagement
    Assembly: Unity.Cloud.Collaboration.dll
    Syntax
    public readonly struct GetTaskManagementProjectsResult

    Constructors

    GetTaskManagementProjectsResult(IReadOnlyList<ITaskManagementProject>)

    Initializes a new instance of the GetTaskManagementProjectsResult class.

    Declaration
    public GetTaskManagementProjectsResult(IReadOnlyList<ITaskManagementProject> projects = null)
    Parameters
    Type Name Description
    IReadOnlyList<ITaskManagementProject> projects

    The definition of the Project

    Fields

    Projects

    The definition of the Project.

    Declaration
    public readonly IReadOnlyList<ITaskManagementProject> Projects
    Field Value
    Type Description
    IReadOnlyList<ITaskManagementProject>
    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)