GetContent returns the Content field.
()
| 28136 | |
| 28137 | // GetContent returns the Content field. |
| 28138 | func (p *ProjectV2Item) GetContent() *ProjectV2ItemContent { |
| 28139 | if p == nil { |
| 28140 | return nil |
| 28141 | } |
| 28142 | return p.Content |
| 28143 | } |
| 28144 | |
| 28145 | // GetContentNodeID returns the ContentNodeID field if it's non-nil, zero value otherwise. |
| 28146 | func (p *ProjectV2Item) GetContentNodeID() string { |
no outgoing calls