Long Running Response
data class LongRunningResponse(val initialPollDelay: String, val maxPollDelay: String, val pollDelayMultiplier: Double, val totalPollTimeout: String)
Describes settings to use when generating API methods that use the long-running operation pattern. All default values below are from those used in the client library generators (e.g. Java).
Constructors
Link copied to clipboard
fun LongRunningResponse(initialPollDelay: String, maxPollDelay: String, pollDelayMultiplier: Double, totalPollTimeout: String)