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



25
26
27
# File 'lib/datadog_api_client/v2/models/fastly_service.rb', line 25

def id
  @id
end

#tagsObject

A list of tags for the Fastly service.



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

def tags
  @tags
end