Class: DatadogAPIClient::V2::RestrictionPolicy

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

Overview

Restriction policy object.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

Restriction policy attributes.



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

def attributes
  @attributes
end

#idObject

The identifier, always equivalent to the value specified in the resource_id path parameter.



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

def id
  @id
end

#typeObject

Restriction policy type.



31
32
33
# File 'lib/datadog_api_client/v2/models/restriction_policy.rb', line 31

def type
  @type
end