Class: DatadogAPIClient::V2::MicrosoftTeamsTenantBasedHandleInfoResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MicrosoftTeamsTenantBasedHandleInfoResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb
Overview
Tenant-based handle attributes.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#channel_id ⇒ Object
readonly
Channel id.
-
#channel_name ⇒ Object
readonly
Channel name.
-
#name ⇒ Object
readonly
Tenant-based handle name.
-
#team_id ⇒ Object
readonly
Team id.
-
#team_name ⇒ Object
readonly
Team name.
-
#tenant_id ⇒ Object
readonly
Tenant id.
-
#tenant_name ⇒ Object
readonly
Tenant name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 45 def additional_properties @additional_properties end |
#channel_id ⇒ Object
Channel id.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 25 def channel_id @channel_id end |
#channel_name ⇒ Object
Channel name.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 28 def channel_name @channel_name end |
#name ⇒ Object
Tenant-based handle name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 31 def name @name end |
#team_id ⇒ Object
Team id.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 34 def team_id @team_id end |
#team_name ⇒ Object
Team name.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 37 def team_name @team_name end |
#tenant_id ⇒ Object
Tenant id.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 40 def tenant_id @tenant_id end |
#tenant_name ⇒ Object
Tenant name.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_info_response_attributes.rb', line 43 def tenant_name @tenant_name end |