docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ListModulesResponse

    ListModulesResponse

    Inheritance
    object
    ListModulesResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.CloudCode
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "ListModulesResponse")]
    [Preserve]
    public class ListModulesResponse

    Constructors

    ListModulesResponse(List<ModuleMetadata>, ListScriptsResponseLinks, string)

    Initializes a new instance of the ListModulesResponse class.

    Declaration
    [Preserve]
    public ListModulesResponse(List<ModuleMetadata> results = null, ListScriptsResponseLinks links = null, string nextPageToken = null)
    Parameters
    Type Name Description
    List<ModuleMetadata> results

    List of module metadata (required).

    ListScriptsResponseLinks links

    links (required).

    string nextPageToken

    nextPageToken (required).

    Properties

    Links

    Gets or Sets Links

    Declaration
    [DataMember(Name = "links", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public ListScriptsResponseLinks Links { get; set; }
    Property Value
    Type Description
    ListScriptsResponseLinks

    NextPageToken

    Gets or Sets NextPageToken

    Declaration
    [DataMember(Name = "nextPageToken", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string NextPageToken { get; set; }
    Property Value
    Type Description
    string

    Results

    List of module metadata

    Declaration
    [DataMember(Name = "results", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public List<ModuleMetadata> Results { get; set; }
    Property Value
    Type Description
    List<ModuleMetadata>

    List of module metadata

    In This Article
    Back to top
    Copyright © 2024 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)