Class: DatadogAPIClient::V2::MicrosoftTeamsTenantBasedHandleInfoResponseAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_nameObject

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

#nameObject

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_idObject

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_nameObject

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_idObject

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_nameObject

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