()
| 235 | } |
| 236 | |
| 237 | func (x *Client) GetAttributes() map[string]string { |
| 238 | if x != nil { |
| 239 | return x.Attributes |
| 240 | } |
| 241 | return nil |
| 242 | } |
| 243 | |
| 244 | // Deprecated: Marked as deprecated in ttn/lorawan/v3/client.proto. |
| 245 | func (x *Client) GetContactInfo() []*ContactInfo { |