ModuleVersionDescriptor Class

Defines the version and ID of a ModuleVersion.

Initialize ModuleVersionDescriptor.

Inheritance
builtins.object
ModuleVersionDescriptor

Constructor

ModuleVersionDescriptor(version, module_version_id)

Parameters

version
str
Required

The version of the ModuleVersion.

module_version_id
str
Required

The published ModuleVersion ID.

Attributes

module_version_id

Get the ID of the ModuleVersion.

Returns

Get the ID of the ModuleVersion.

Return type

str

version

Get the version of the ModuleVersion.

Returns

The version of ModuleVersion.

Return type

str