RunbookUpdateResponse type

Contains response data for the update operation.

type RunbookUpdateResponse = Runbook & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Runbook }
}