()
| 3319 | } |
| 3320 | |
| 3321 | func (x *CreateSubAgentResponse) GetAgent() *SubAgent { |
| 3322 | if x != nil { |
| 3323 | return x.Agent |
| 3324 | } |
| 3325 | return nil |
| 3326 | } |
| 3327 | |
| 3328 | func (x *CreateSubAgentResponse) GetAppCreationErrors() []*CreateSubAgentResponse_AppCreationError { |
| 3329 | if x != nil { |