Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AutomateApis

Index

References

Re-exports CWAOptions

Type aliases

CommonParameters: { condition?: string; excludedFields?: string[]; expands?: {}; ids?: string[]; includedFields?: string[]; orderBy?: types.AutomateApis.OrderBy; page?: number; pageSize?: number; timeout?: number }

Type declaration

  • Optional condition?: string
  • Optional excludedFields?: string[]
  • Optional expands?: {}
  • Optional ids?: string[]
  • Optional includedFields?: string[]
  • Optional orderBy?: types.AutomateApis.OrderBy
  • Optional page?: number
  • Optional pageSize?: number
  • Optional timeout?: number
OrderBy: { name?: string; type?: "Undefined" | "Ascending" | "Descending" }

Type declaration

  • Optional name?: string
  • Optional type?: "Undefined" | "Ascending" | "Descending"
QueryOptionExpand: { condition?: string; excludedFields?: string[]; expands?: {}; fieldName?: string; includedFields?: string[]; orderBy?: types.AutomateApis.OrderBy; page?: number; pageSize?: number }

Type declaration

Generated using TypeDoc