GetNodeID returns the NodeID field if it's non-nil, zero value otherwise.
()
| 28200 | |
| 28201 | // GetNodeID returns the NodeID field if it's non-nil, zero value otherwise. |
| 28202 | func (p *ProjectV2Item) GetNodeID() string { |
| 28203 | if p == nil || p.NodeID == nil { |
| 28204 | return "" |
| 28205 | } |
| 28206 | return *p.NodeID |
| 28207 | } |
| 28208 | |
| 28209 | // GetProjectNodeID returns the ProjectNodeID field if it's non-nil, zero value otherwise. |
| 28210 | func (p *ProjectV2Item) GetProjectNodeID() string { |
no outgoing calls