dk.sdu.cloud.app.store.api.AppParameterValue.Integer

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

AppParameterValue.Integer

An integral value

data class Integer(
    val value: Long,
    val type: String /* "integer" */,
)
  • Compatible with: ApplicationParameter.Integer

  • Mountable as a resource: ❌ No

  • Expands to: The number

  • Side effects: None

Internally this uses a big integer type and there are no defined limits.

Properties

Last updated