Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 911 Bytes

File metadata and controls

30 lines (24 loc) · 911 Bytes

WhatpulseSdk::SubteamResource

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.
links DetailedSubteamResourceLinks

Example

require 'whatpulse-sdk'

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