Sha256: 4f14d1f6ca5bfe66b65297da6f77607ea24fe968850b8afb89c60f6c988f0474
Contents?: true
Size: 440 Bytes
Versions: 2
Compression:
Stored size: 440 Bytes
Contents
# DatadogAPIClient::V1::SyntheticsGlobalVariableAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **restricted_roles** | **Array<String>** | List of role identifiers that can be pulled from the Roles API. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::SyntheticsGlobalVariableAttributes.new( restricted_roles: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.4.0 | docs/v1/SyntheticsGlobalVariableAttributes.md |
datadog_api_client-1.3.0 | docs/v1/SyntheticsGlobalVariableAttributes.md |