Class: DatadogAPIClient::V1::SLOCreator

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

Overview

The creator of the SLO

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#emailObject

Email of the creator.



25
26
27
# File 'lib/datadog_api_client/v1/models/slo_creator.rb', line 25

def email
  @email
end

#idObject

User ID of the creator.



28
29
30
# File 'lib/datadog_api_client/v1/models/slo_creator.rb', line 28

def id
  @id
end

#nameObject

Name of the creator.



31
32
33
# File 'lib/datadog_api_client/v1/models/slo_creator.rb', line 31

def name
  @name
end