()
| 1763 | } |
| 1764 | |
| 1765 | func (x *Agent) GetConnectionTimeoutSeconds() int32 { |
| 1766 | if x != nil { |
| 1767 | return x.ConnectionTimeoutSeconds |
| 1768 | } |
| 1769 | return 0 |
| 1770 | } |
| 1771 | |
| 1772 | func (x *Agent) GetTroubleshootingUrl() string { |
| 1773 | if x != nil { |
no outgoing calls
no test coverage detected