api/v1/restsdk/model_start_long_running_operation_request.go (9 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 import ( "time" ) type StartLongRunningOperationRequest struct { EntityId string `json:"entityId,omitempty"` EntityType string `json:"entityType,omitempty"` ExpirationTimestamp time.Time `json:"expirationTimestamp,omitempty"` }