docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SubscriptionDTOPagedResult

    SubscriptionDTOPagedResult

    Inheritance
    object
    SubscriptionDTOPagedResult
    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.UGC
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class SubscriptionDTOPagedResult

    Constructors

    SubscriptionDTOPagedResult(int, int, int, List<SubscriptionDTO>)

    Initializes a new instance of the SubscriptionDTOPagedResult class.

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

    offset (required).

    int limit

    limit (required).

    int total

    total (required).

    List<SubscriptionDTO> results

    results (required).

    Properties

    Limit

    Gets or Sets Limit

    Declaration
    [Preserve]
    public int Limit { get; set; }
    Property Value
    Type Description
    int

    Offset

    Gets or Sets Offset

    Declaration
    [Preserve]
    public int Offset { get; set; }
    Property Value
    Type Description
    int

    Results

    Gets or Sets Results

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

    Total

    Gets or Sets Total

    Declaration
    [Preserve]
    public int Total { get; set; }
    Property Value
    Type Description
    int
    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)