()
| 448 | } |
| 449 | |
| 450 | func (x *User) GetAttributes() map[string]string { |
| 451 | if x != nil { |
| 452 | return x.Attributes |
| 453 | } |
| 454 | return nil |
| 455 | } |
| 456 | |
| 457 | // Deprecated: Marked as deprecated in ttn/lorawan/v3/user.proto. |
| 458 | func (x *User) GetContactInfo() []*ContactInfo { |
no outgoing calls