Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.01 KB

sle-impacted-clients-client.md

File metadata and controls

49 lines (40 loc) · 1.01 KB

Sle Impacted Clients Client

This model accepts additional fields of type interface{}.

Structure

SleImpactedClientsClient

Fields

Name Type Tags Description
Degraded *int Optional -
Duration *int Optional -
Mac *string Optional -
Name *string Optional -
Switches []models.SleImpactedClientsClientSwitch Optional -
Total *int Optional -
AdditionalProperties map[string]interface{} Optional -

Example (as JSON)

{
  "degraded": 248,
  "duration": 98,
  "mac": "mac2",
  "name": "name8",
  "switches": [
    {
      "interfaces": [
        "interfaces9"
      ],
      "switch_mac": "switch_mac6",
      "switch_name": "switch_name0",
      "exampleAdditionalProperty": {
        "key1": "val1",
        "key2": "val2"
      }
    }
  ],
  "exampleAdditionalProperty": {
    "key1": "val1",
    "key2": "val2"
  }
}