Class: HubSpotSDK::Models::Settings::PublicTeam
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Settings::PublicTeam
- Defined in:
- lib/hubspot_sdk/models/settings/public_team.rb
Instance Attribute Summary collapse
-
#id ⇒ String
The team’s unique ID.
-
#name ⇒ String
The team’s name.
-
#secondary_user_ids ⇒ Array<String>
Secondary or additional members of this team.
-
#user_ids ⇒ Array<String>
Primary members of this team.
Instance Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, name:, secondary_user_ids:, user_ids:) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/settings/public_team.rb', line 31
|
Instance Attribute Details
#id ⇒ String
The team’s unique ID
11 |
# File 'lib/hubspot_sdk/models/settings/public_team.rb', line 11 required :id, String |
#name ⇒ String
The team’s name
17 |
# File 'lib/hubspot_sdk/models/settings/public_team.rb', line 17 required :name, String |
#secondary_user_ids ⇒ Array<String>
Secondary or additional members of this team
23 |
# File 'lib/hubspot_sdk/models/settings/public_team.rb', line 23 required :secondary_user_ids, HubSpotSDK::Internal::Type::ArrayOf[String], api_name: :secondaryUserIds |
#user_ids ⇒ Array<String>
Primary members of this team
29 |
# File 'lib/hubspot_sdk/models/settings/public_team.rb', line 29 required :user_ids, HubSpotSDK::Internal::Type::ArrayOf[String], api_name: :userIds |