@azure-tools/typespec-java
Version:
TypeSpec library for emitting Java client from the TypeSpec REST protocol binding
11 lines • 508 B
JavaScript
export class LongRunningMetadata {
constructor(longRunning, pollResultType, finalResultType, pollingStrategy, finalResultPropertySerializedName) {
this.longRunning = false;
this.longRunning = longRunning;
this.pollResultType = pollResultType;
this.finalResultType = finalResultType;
this.pollingStrategy = pollingStrategy;
this.finalResultPropertySerializedName = finalResultPropertySerializedName;
}
}
//# sourceMappingURL=long-running-metadata.js.map