@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
82 lines • 1.96 kB
JavaScript
;
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2020-Present Datadog, Inc.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.RUMApplicationListAttributes = void 0;
/**
* RUM application list attributes.
*/
class RUMApplicationListAttributes {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return RUMApplicationListAttributes.attributeTypeMap;
}
}
exports.RUMApplicationListAttributes = RUMApplicationListAttributes;
/**
* @ignore
*/
RUMApplicationListAttributes.attributeTypeMap = {
applicationId: {
baseName: "application_id",
type: "string",
required: true,
},
createdAt: {
baseName: "created_at",
type: "number",
required: true,
format: "int64",
},
createdByHandle: {
baseName: "created_by_handle",
type: "string",
required: true,
},
hash: {
baseName: "hash",
type: "string",
},
isActive: {
baseName: "is_active",
type: "boolean",
},
name: {
baseName: "name",
type: "string",
required: true,
},
orgId: {
baseName: "org_id",
type: "number",
required: true,
format: "int32",
},
type: {
baseName: "type",
type: "string",
required: true,
},
updatedAt: {
baseName: "updated_at",
type: "number",
required: true,
format: "int64",
},
updatedByHandle: {
baseName: "updated_by_handle",
type: "string",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=RUMApplicationListAttributes.js.map