Skip to main content

IPagedListOfAdminParkingResponse

Represents a subset of a collection of objects that can be individually accessed by index and containing metadata about the superset collection of objects this subset was created from.

data object[]
  • Array [
  • idstring
    codestring
    namenull | stringnullable
    descriptionnull | stringnullable
    address object
    oneOf
    null
    latLng object
    latitudenumber,string<double>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

    longitudenumber,string<double>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

    timeZonestring
    branchNumbernull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    lotIdnull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    fullLotIdnull | stringnullable
    barrierboolean
    isHangTagboolean
    isLongTermboolean
    openToPublicboolean
    isActiveboolean
    maxVehicleHeightnull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

  • ]
  • pageCountinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    totalItemCountinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    pageNumberinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    pageSizeinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    IPagedListOfAdminParkingResponse
    {
    "data": [
    {
    "id": "string",
    "code": "string",
    "name": "null",
    "description": "null",
    "address": "null",
    "latLng": {
    "latitude": 0,
    "longitude": 0
    },
    "timeZone": "string",
    "branchNumber": "null",
    "lotId": "null",
    "fullLotId": "null",
    "barrier": true,
    "isHangTag": true,
    "isLongTerm": true,
    "openToPublic": true,
    "isActive": true,
    "maxVehicleHeight": "null"
    }
    ],
    "pageCount": 0,
    "totalItemCount": 0,
    "pageNumber": 0,
    "pageSize": 0
    }