UNPKG

@typespec/http-client-java

Version:

TypeSpec library for emitting Java client from the TypeSpec REST protocol binding

15 lines 600 B
export class LongRunningMetadata { longRunning = false; pollResultType; finalResultType; pollingStrategy; finalResultPropertySerializedName; constructor(longRunning, pollResultType, finalResultType, pollingStrategy, finalResultPropertySerializedName) { this.longRunning = longRunning; this.pollResultType = pollResultType; this.finalResultType = finalResultType; this.pollingStrategy = pollingStrategy; this.finalResultPropertySerializedName = finalResultPropertySerializedName; } } //# sourceMappingURL=long-running-metadata.js.map