Writable converts a full NetworkIntegration struct into a NetworkIntegrationPut struct (filters read-only fields).
()
| 56 | |
| 57 | // Writable converts a full NetworkIntegration struct into a NetworkIntegrationPut struct (filters read-only fields). |
| 58 | func (f *NetworkIntegration) Writable() NetworkIntegrationPut { |
| 59 | return f.NetworkIntegrationPut |
| 60 | } |
| 61 | |
| 62 | // NetworkIntegrationPost represents the fields required to rename a network integration |
| 63 | // |
no outgoing calls
no test coverage detected