Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.1 KB

File metadata and controls

34 lines (28 loc) · 1.1 KB

WhatpulseSdk::DetailedSubteamResource

Properties

Name Type Description Notes
id Integer The unique identifier for the subteam.
name String The name of the subteam.
description String The public description of the subteam.
date_created String The date the subteam was created, in ISO 8601 format.
founder_id Integer The unique identifier for the founder of the subteam.
members_count Integer The total number of members in the subteam.
team_id Integer The unique identifier for the parent team.
totals DetailedSubteamResourceTotals
links DetailedSubteamResourceLinks

Example

require 'whatpulse-sdk'

instance = WhatpulseSdk::DetailedSubteamResource.new(
  id: null,
  name: null,
  description: null,
  date_created: null,
  founder_id: null,
  members_count: null,
  team_id: null,
  totals: null,
  links: null
)