Back to Gitlabhq

ErrorTrackingOpenAPI::StatsObject

gems/error_tracking_open_api/docs/StatsObject.md

18.11.2598 B
Original Source

ErrorTrackingOpenAPI::StatsObject

Properties

NameTypeDescriptionNotes
startStringID of the project[optional]
_endStringName of the project[optional]
intervalArray<String>Slug of the project[optional]
groupArray<StatsObjectGroupInner>[optional]

Example

ruby
require 'error_tracking_open_api'

instance = ErrorTrackingOpenAPI::StatsObject.new(
  start: null,
  _end: null,
  interval: null,
  group: null
)