Package version:

Properties of a PyPi library in the cluster.

interface PyPiLibraryProperties {
    message?: string;
    name: string;
    remarks?: string;
    status?: string;
    timestamp?: Date;
    type: "pypi";
    version?: string;
}

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.

name: string

Name of the PyPi package.

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"

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

version?: string

Version of the PyPi package.