| 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. |
require 'whatpulse-sdk'
instance = WhatpulseSdk::TeamResourceLinks.new(
_self: null,
members: null,
subteams: null
)