| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static TagPolicyResourceType |
TagPolicyResourceType.TAG_POLICY |
| Modifier and Type | Method and Description |
|---|---|
static TagPolicyResourceType |
TagPolicyResourceType.fromValue(String value) |
TagPolicyResourceType |
TagPolicyUpdateData.getType()
JSON:API resource type for a tag policy.
|
TagPolicyResourceType |
TagPolicyData.getType()
JSON:API resource type for a tag policy.
|
TagPolicyResourceType |
TagPolicyCreateData.getType()
JSON:API resource type for a tag policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagPolicyResourceType.TagPolicyResourceTypeSerializer.serialize(TagPolicyResourceType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TagPolicyUpdateData.setType(TagPolicyResourceType type) |
void |
TagPolicyData.setType(TagPolicyResourceType type) |
void |
TagPolicyCreateData.setType(TagPolicyResourceType type) |
TagPolicyUpdateData |
TagPolicyUpdateData.type(TagPolicyResourceType type) |
TagPolicyData |
TagPolicyData.type(TagPolicyResourceType type) |
TagPolicyCreateData |
TagPolicyCreateData.type(TagPolicyResourceType type) |
| Constructor and Description |
|---|
TagPolicyCreateData(TagPolicyCreateAttributes attributes,
TagPolicyResourceType type) |
TagPolicyData(TagPolicyAttributes attributes,
String id,
TagPolicyResourceType type) |
TagPolicyUpdateData(String id,
TagPolicyResourceType type) |
| Constructor and Description |
|---|
TagPolicyResourceTypeSerializer(Class<TagPolicyResourceType> t) |
Copyright © 2026. All rights reserved.