Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DLPICAPServers ¶
type DLPICAPServers struct { // The unique identifier for a DLP server. ID int `json:"id"` // The DLP server name. Name string `json:"name,omitempty"` // The DLP server URL. URL string `json:"url,omitempty"` // The DLP server status Status string `json:"status,omitempty"` }
Click to show internal directories.
Click to hide internal directories.