Class: DatadogAPIClient::V2::AuthNMappingRelationshipToTeam

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/authn_mapping_relationship_to_team.rb

Overview

Relationship of AuthN Mapping to a Team.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#teamObject

Relationship to team.



25
26
27
# File 'lib/datadog_api_client/v2/models/authn_mapping_relationship_to_team.rb', line 25

def team
  @team
end