ObjectInfoRequest

ObjectInfoRequest
ObjectInfoRequest

Object Info query request

AllOf
This class requires all of the following:
JSON Example
{
    "granularity": "string",
    "start_time": 0,
    "end_time": 0,
    "resource_type": "string",
    "resource_ids": [
        "string"
    ],
    "keys": [
        "string"
    ],
    "site_ids": [
        "string"
    ]
}