Record

object

No description available.

record object {
  answers-per-minute: option​<f64>,
  api-revision: option​<string>,
  badges-per-minute: option​<f64>,
  new-active-users: option​<s32>,
  questions-per-minute: option​<f64>,
  site: option​<object-site>,
  total-accepted: option​<s32>,
  total-answers: option​<s32>,
  total-badges: option​<s32>,
  total-comments: option​<s32>,
  total-questions: option​<s32>,
  total-unanswered: option​<s32>,
  total-users: option​<s32>,
  total-votes: option​<s32>,
}

Fields

NameTypeDescription
answers-per-minuteoption​<f64>
api-revisionoption​<string>
badges-per-minuteoption​<f64>
new-active-usersoption​<s32>
questions-per-minuteoption​<f64>
siteoption​<object-site>
total-acceptedoption​<s32>
total-answersoption​<s32>
total-badgesoption​<s32>
total-commentsoption​<s32>
total-questionsoption​<s32>
total-unansweredoption​<s32>
total-usersoption​<s32>
total-votesoption​<s32>