Class: DatadogAPIClient::V2::ServiceDefinitionV2Dot1Link
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ServiceDefinitionV2Dot1Link
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb
 
Overview
Service’s external links.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Link name.
 - 
  
    
      #provider  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Link provider.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Link type.
 - 
  
    
      #url  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Link URL.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb', line 36 def additional_properties @additional_properties end  | 
  
#name ⇒ Object
Link name.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb', line 25 def name @name end  | 
  
#provider ⇒ Object
Link provider.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb', line 28 def provider @provider end  | 
  
#type ⇒ Object
Link type.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb', line 31 def type @type end  | 
  
#url ⇒ Object
Link URL.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot1_link.rb', line 34 def url @url end  |