()
| 463 | } |
| 464 | |
| 465 | func (x *User) GetPrimaryEmailAddress() string { |
| 466 | if x != nil { |
| 467 | return x.PrimaryEmailAddress |
| 468 | } |
| 469 | return "" |
| 470 | } |
| 471 | |
| 472 | func (x *User) GetPrimaryEmailAddressValidatedAt() *timestamppb.Timestamp { |
| 473 | if x != nil { |
no outgoing calls
no test coverage detected