Pular para o conteúdo principal

EtiquetaListResult

items object[]nullable
  • Array [
  • idint32
    urlstringnullable
    nomeEquipamentostringnullable
    tagEquipamentostringnullable
    nomeAreastringnullable
    nomeUnidadestringnullable
    identificacaoAmbientestringnullable
    nomeGrupoAreastringnullable
  • ]
  • pageIndexint32
    pageSizeint32
    totalCountint64nullable
    EtiquetaListResult
    {
    "items": [
    {
    "id": 0,
    "url": "string",
    "nomeEquipamento": "string",
    "tagEquipamento": "string",
    "nomeArea": "string",
    "nomeUnidade": "string",
    "identificacaoAmbiente": "string",
    "nomeGrupoArea": "string"
    }
    ],
    "pageIndex": 0,
    "pageSize": 0,
    "totalCount": 0
    }