Get Python2Package Result
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)
Properties
Link copied to clipboard
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
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the error info of the module.
Link copied to clipboard
Gets or sets type of module, if its composite or not.
Link copied to clipboard
Gets or sets the last modified time.
Link copied to clipboard
Gets or sets the provisioning state of the module.
Link copied to clipboard
Gets or sets the size in bytes of the module.