Deployment Occurrence Args
data class DeploymentOccurrenceArgs(val address: Output<String>? = null, val config: Output<String>? = null, val deployTime: Output<String>, val platform: Output<DeploymentOccurrencePlatform>? = null, val undeployTime: Output<String>? = null, val userEmail: Output<String>? = null) : ConvertibleToJava<DeploymentOccurrenceArgs>
The period during which some deployable was active in a runtime.