Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 736 Bytes

V1ProjectsProjectKeyTestCasesGet200Response.md

File metadata and controls

24 lines (18 loc) · 736 Bytes

TricentisTmApi::V1ProjectsProjectKeyTestCasesGet200Response

Properties

Name Type Description Notes
offset Integer Gets or sets offset. [optional]
limit Integer Gets or sets limit. [optional]
total_count Integer Gets or sets totalCount. [optional]
items Array<V1ProjectsProjectKeyTestCasesGet200ResponseItemsInner> Gets or sets items. [optional]

Example

require 'tricentis_tm_api'

instance = TricentisTmApi::V1ProjectsProjectKeyTestCasesGet200Response.new(
  offset: null,
  limit: null,
  total_count: null,
  items: null
)