Class: DatadogAPIClient::V2::FastlyAccounResponseAttributes

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

Overview

Attributes object of a Fastly account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

The name of the Fastly account.



29
30
31
# File 'lib/datadog_api_client/v2/models/fastly_accoun_response_attributes.rb', line 29

def name
  @name
end

#servicesObject

A list of services belonging to the parent account.



32
33
34
# File 'lib/datadog_api_client/v2/models/fastly_accoun_response_attributes.rb', line 32

def services
  @services
end