Class TeamsOwnershipMappingBatchResultDataAttributes

The attributes of a mapping created by an add operation.

Hierarchy

  • TeamsOwnershipMappingBatchResultDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
applicationId?: string

The ID of the RUM application, when one was provided.

createdAt: Date

Timestamp when the mapping was created.

createdBy: string

The UUID of the user who created the mapping.

How the view_name is matched against RUM view names.

orgId: number

The ID of the organization that owns this mapping.

service?: string

The RUM application's service name, when one was provided.

teamHandle: string

The handle of the team that owns the matched RUM views.

viewName: string

The RUM view name to match, or its prefix when match_type is prefix.

Generated using TypeDoc