Class: DatadogAPIClient::V2::CloudflareAccountResponseAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#emailObject

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

#nameObject

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

#resourcesObject

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

#zonesObject

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