GetPython2PackageResult

data class GetPython2PackageResult(val activityCount: Int? = null, val contentLink: ContentLinkResponse? = null, val creationTime: String? = null, val description: String? = null, val error: ModuleErrorInfoResponse? = null, val etag: String? = null, val id: String, val isComposite: Boolean? = null, val isGlobal: Boolean? = null, val lastModifiedTime: String? = null, val location: String? = null, val name: String, val provisioningState: String? = null, val sizeInBytes: Double? = null, val tags: Map<String, String>? = null, val type: String, val version: String? = null)

Definition of the module type.

Constructors

Link copied to clipboard
constructor(activityCount: Int? = null, contentLink: ContentLinkResponse? = null, creationTime: String? = null, description: String? = null, error: ModuleErrorInfoResponse? = null, etag: String? = null, id: String, isComposite: Boolean? = null, isGlobal: Boolean? = null, lastModifiedTime: String? = null, location: String? = null, name: String, provisioningState: String? = null, sizeInBytes: Double? = null, tags: Map<String, String>? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activityCount: Int? = null

Gets or sets the activity count of the module.

Link copied to clipboard

Gets or sets the contentLink of the module.

Link copied to clipboard
val creationTime: String? = null

Gets or sets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard

Gets or sets the error info of the module.

Link copied to clipboard
val etag: String? = null

Gets or sets the etag of the resource.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard
val isComposite: Boolean? = null

Gets or sets type of module, if its composite or not.

Link copied to clipboard
val isGlobal: Boolean? = null

Gets or sets the isGlobal flag of the module.

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard
val location: String? = null

The Azure Region where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets or sets the provisioning state of the module.

Link copied to clipboard
val sizeInBytes: Double? = null

Gets or sets the size in bytes of the module.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.

Link copied to clipboard
val version: String? = null

Gets or sets the version of the module.