()
| 2343 | } |
| 2344 | |
| 2345 | func (x *AppIMSetting_Lark) GetAppId() string { |
| 2346 | if x != nil { |
| 2347 | return x.AppId |
| 2348 | } |
| 2349 | return "" |
| 2350 | } |
| 2351 | |
| 2352 | func (x *AppIMSetting_Lark) GetAppSecret() string { |
| 2353 | if x != nil { |
no outgoing calls
no test coverage detected