Package version:

Properties of a library in the cluster.

interface ClusterLibraryProperties {
    message?: string;
    remarks?: string;
    status?: string;
    timestamp?: Date;
    type: "pypi" | "maven";
}

Hierarchy (view full)

Properties

message?: string

Error message of the library operation when a failure occurs. NOTE: This property will not be serialized. It can only be populated by the server.

remarks?: string

Remark of the latest library management operation.

status?: string

Status of the library. NOTE: This property will not be serialized. It can only be populated by the server.

timestamp?: Date

Timestamp of the latest library management operation. NOTE: This property will not be serialized. It can only be populated by the server.

type: "pypi" | "maven"

Polymorphic discriminator, which specifies the different types this object can be