mirror of
https://github.com/openziti/zrok.git
synced 2025-05-07 17:44:57 +02:00
1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
{"version":3,"sources":["../../../../src/zrok/api/model/metricsSample.ts"],"sourcesContent":["/**\n * zrok\n * zrok client access\n *\n * The version of the OpenAPI document: 0.3.0\n * \n *\n * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).\n * https://openapi-generator.tech\n * Do not edit the class manually.\n */\n\nimport { RequestFile } from './models';\n\nexport class MetricsSample {\n 'rx'?: number;\n 'tx'?: number;\n 'timestamp'?: number;\n\n static discriminator: string | undefined = undefined;\n\n static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [\n {\n \"name\": \"rx\",\n \"baseName\": \"rx\",\n \"type\": \"number\"\n },\n {\n \"name\": \"tx\",\n \"baseName\": \"tx\",\n \"type\": \"number\"\n },\n {\n \"name\": \"timestamp\",\n \"baseName\": \"timestamp\",\n \"type\": \"number\"\n } ];\n\n static getAttributeTypeMap() {\n return MetricsSample.attributeTypeMap;\n }\n}\n\n"],"mappings":";AAcO,IAAM,iBAAN,MAAM,eAAc;AAAA,EAwBvB,OAAO,sBAAsB;AACzB,WAAO,eAAc;AAAA,EACzB;AACJ;AA3Ba,eAKF,gBAAoC;AALlC,eAOF,mBAA0E;AAAA,EAC7E;AAAA,IACI,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,QAAQ;AAAA,EACZ;AAAA,EACA;AAAA,IACI,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,QAAQ;AAAA,EACZ;AAAA,EACA;AAAA,IACI,QAAQ;AAAA,IACR,YAAY;AAAA,IACZ,QAAQ;AAAA,EACZ;AAAK;AAtBN,IAAM,gBAAN;","names":[]} |