We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865d901 commit 415ea97Copy full SHA for 415ea97
services/cloudrecording/api/start.go
@@ -160,8 +160,8 @@ type ServiceParamInterface interface {
160
}
161
162
type ExtensionService struct {
163
- ServiceName string `json:"serviceName"`
164
- ErrorHandlePolicy string `json:"errorHandlePolicy"`
+ ServiceName string `json:"serviceName"`
+ ErrorHandlePolicy string `json:"errorHandlePolicy"`
165
ServiceParam ServiceParamInterface `json:"serviceParam"`
166
167
0 commit comments