RunbookCreateOrUpdateResponse type

Contains response data for the createOrUpdate operation.

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