Class: DatadogAPIClient::V2::FastlyService

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

Overview

The schema representation of a Fastly service.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

The id of the Fastly service



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

def id
  @id
end

#tagsObject

A list of tags for the Fastly service.



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

def tags
  @tags
end