SubmitPropertyBatchResponse type
submitPropertyBatch işleminin yanıt verilerini içerir.
type SubmitPropertyBatchResponse = PropertyBatchInfoUnion & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PropertyBatchInfoUnion
}
}