()
| 369 | } |
| 370 | |
| 371 | func (x *UserIdentifiers) GetEmail() string { |
| 372 | if x != nil { |
| 373 | return x.Email |
| 374 | } |
| 375 | return "" |
| 376 | } |
| 377 | |
| 378 | // OrganizationOrUserIdentifiers contains either organization or user identifiers. |
| 379 | type OrganizationOrUserIdentifiers struct { |