Class: DatadogAPIClient::V2::CloudflareAccountResponseAttributes
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::CloudflareAccountResponseAttributes
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb
 
Overview
Attributes object of a Cloudflare account.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #email  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The email associated with the Cloudflare account.
 - 
  
    
      #name  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The name of the Cloudflare account.
 - 
  
    
      #resources  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An allowlist of resources to restrict pulling metrics for.
 - 
  
    
      #zones  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An allowlist of zones to restrict pulling metrics for.
 
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/cloudflare_account_response_attributes.rb', line 36 def additional_properties @additional_properties end  | 
  
#email ⇒ Object
The email associated with the Cloudflare account.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb', line 25 def email @email end  | 
  
#name ⇒ Object
The name of the Cloudflare account.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb', line 28 def name @name end  | 
  
#resources ⇒ Object
An allowlist of resources to restrict pulling metrics for.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb', line 31 def resources @resources end  | 
  
#zones ⇒ Object
An allowlist of zones to restrict pulling metrics for.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb', line 34 def zones @zones end  |