()
| 740 | } |
| 741 | |
| 742 | func (x *NetworkIdentifiers) GetTenantId() string { |
| 743 | if x != nil { |
| 744 | return x.TenantId |
| 745 | } |
| 746 | return "" |
| 747 | } |
| 748 | |
| 749 | func (x *NetworkIdentifiers) GetClusterId() string { |
| 750 | if x != nil { |
no outgoing calls
no test coverage detected