LabelGroupApiResponse

LabelGroupApiResponse
LabelGroupApiResponse
JSON Example
{
    "count": 0,
    "results": [
        {
            "_last_modified": "string",
            "configpb_attributes": {
                "version": 0
            },
            "labels": [
                {
                    "match_label": {
                        "key": "string",
                        "values": [
                            "string"
                        ]
                    },
                    "match_operation": "string"
                }
            ],
            "name": "string",
            "url": "string",
            "uuid": "string"
        }
    ],
    "next": "string"
}
integer As int32 As int32
count
Required

count

array of LabelGroup
results
Required

results

string
next
Optional

next

Returned By