Table of Contents

Class GetPaginatedLicensesResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetPaginatedLicensesResponse
Inheritance
GetPaginatedLicensesResponse
Inherited Members

Constructors

GetPaginatedLicensesResponse(GetPaginatedInput, int, GetPaginatedLicensesResponseLicense[])

public GetPaginatedLicensesResponse(GetPaginatedInput input, int itemCount, GetPaginatedLicensesResponseLicense[] licenses)

Parameters

input GetPaginatedInput
itemCount int
licenses GetPaginatedLicensesResponseLicense[]

Properties

Licenses

public GetPaginatedLicensesResponseLicense[] Licenses { get; }

Property Value

GetPaginatedLicensesResponseLicense[]

PagingInfo

public PagingInfo PagingInfo { get; }

Property Value

PagingInfo