ResourcesUlimitsInner

@Serializable
data class ResourcesUlimitsInner(val name: String? = null, val soft: Int? = null, val hard: Int? = null)

Parameters

name

Name of ulimit

soft

Soft limit

hard

Hard limit

Constructors

Link copied to clipboard
constructor(name: String? = null, soft: Int? = null, hard: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "Hard")
val hard: Int?
Link copied to clipboard
@SerialName(value = "Name")
val name: String?
Link copied to clipboard
@SerialName(value = "Soft")
val soft: Int?