Class: DatadogAPIClient::V2::MicrosoftTeamsTenantBasedHandleAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_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.



36
37
38
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_attributes.rb', line 36

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_attributes.rb', line 25

def channel_id
  @channel_id
end

#nameObject

Tenant-based handle name.



28
29
30
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_attributes.rb', line 28

def name
  @name
end

#team_idObject

Team id.



31
32
33
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_attributes.rb', line 31

def team_id
  @team_id
end

#tenant_idObject

Tenant id.



34
35
36
# File 'lib/datadog_api_client/v2/models/microsoft_teams_tenant_based_handle_attributes.rb', line 34

def tenant_id
  @tenant_id
end