Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 509 Bytes

File metadata and controls

22 lines (16 loc) · 509 Bytes

WhatpulseSdk::TeamResourceLinks

Properties

Name Type Description Notes
_self String The URL to access this team's details.
members String The URL to access the members of this team.
subteams String The URL to access the subteams of this team.

Example

require 'whatpulse-sdk'

instance = WhatpulseSdk::TeamResourceLinks.new(
  _self: null,
  members: null,
  subteams: null
)