ModuleVersionDescriptor Class

Defines the version and ID of a ModuleVersion.

Initialize ModuleVersionDescriptor.

Inheritance
builtins.object
ModuleVersionDescriptor

Constructor

ModuleVersionDescriptor(version, module_version_id)

Parameters

Name Description
version
Required
str

The version of the ModuleVersion.

module_version_id
Required
str

The published ModuleVersion ID.

Attributes

module_version_id

Get the ID of the ModuleVersion.

Returns

Type Description
str

Get the ID of the ModuleVersion.

version

Get the version of the ModuleVersion.

Returns

Type Description
str

The version of ModuleVersion.