docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetItemsResponse

    GetItemsResponse

    Inheritance
    object
    GetItemsResponse
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.CloudSave
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class GetItemsResponse

    Constructors

    GetItemsResponse(List<Item>, GetItemsResponseLinks)

    Initializes a new instance of the GetItemsResponse class.

    Declaration
    [Preserve]
    public GetItemsResponse(List<Item> results = null, GetItemsResponseLinks links = null)
    Parameters
    Type Name Description
    List<Item> results

    Data values for all keys, ordered aplhabetically in pages of 20. (required).

    GetItemsResponseLinks links

    links (required).

    Properties

    Links

    Gets or Sets Links

    Declaration
    [Preserve]
    public GetItemsResponseLinks Links { get; set; }
    Property Value
    Type Description
    GetItemsResponseLinks

    Results

    Data values for all keys, ordered aplhabetically in pages of 20.

    Declaration
    [Preserve]
    public List<Item> Results { get; set; }
    Property Value
    Type Description
    List<Item>

    Data values for all keys, ordered aplhabetically in pages of 20.

    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)