共用方式為


WebhookCreateOrUpdateResponse type

包含 createOrUpdate 作業的響應數據。

type WebhookCreateOrUpdateResponse = Webhook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Webhook }
}