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
fun GetPython2PackageResult(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)