MacAddressCsvListResult

MacAddressCsvListResult
MacAddressCsvListResult
AllOf
This class requires all of the following:
JSON Example
{
    "file_name": "string",
    "last_update_timestamp": 0,
    "results": [
        {
            "vtep_mac_address": "string",
            "vtep_ip": "string",
            "mac_address": "string"
        }
    ]
}