docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class GetPublishedResourcesResponse

    GetPublishedResourcesResponse

    Inheritance
    object
    GetPublishedResourcesResponse
    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.Economy
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "get_published_resources_response")]
    [Preserve]
    public class GetPublishedResourcesResponse

    Constructors

    GetPublishedResourcesResponse(List<GetResourcesResponseResultsInner>, int, int, int)

    Initializes a new instance of the GetPublishedResourcesResponse class.

    Declaration
    [Preserve]
    public GetPublishedResourcesResponse(List<GetResourcesResponseResultsInner> results = null, int offset = 0, int limit = 0, int total = 0)
    Parameters
    Type Name Description
    List<GetResourcesResponseResultsInner> results

    List of resources. (required).

    int offset

    Offset used by the request. (required) (default to 0).

    int limit

    Limit used by the request. (required).

    int total

    The total number of resources matched by the request. (required).

    Properties

    Limit

    Limit used by the request.

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

    Limit used by the request.

    Offset

    Offset used by the request.

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

    Offset used by the request.

    Results

    List of resources.

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

    List of resources.

    Total

    The total number of resources matched by the request.

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

    The total number of resources matched by the request.

    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)