UNPKG

@datadog/datadog-api-client

Version:

OpenAPI client for Datadog APIs

36 lines 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChangeEventCustomAttributesImpactedResourcesItems = void 0; /** * Object representing a uniquely identified resource. Only the resource type `service` is supported. */ class ChangeEventCustomAttributesImpactedResourcesItems { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return ChangeEventCustomAttributesImpactedResourcesItems.attributeTypeMap; } } exports.ChangeEventCustomAttributesImpactedResourcesItems = ChangeEventCustomAttributesImpactedResourcesItems; /** * @ignore */ ChangeEventCustomAttributesImpactedResourcesItems.attributeTypeMap = { name: { baseName: "name", type: "string", required: true, }, type: { baseName: "type", type: "ChangeEventCustomAttributesImpactedResourcesItemsType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "any", }, }; //# sourceMappingURL=ChangeEventCustomAttributesImpactedResourcesItems.js.map