api/v1/restsdk/model_start_long_running_operation_response.go (4 lines of code) (raw):
/*
* api.proto
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version: version not set
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package restsdk
type StartLongRunningOperationResponse struct {
OperationId string `json:"operationId,omitempty"`
}