Lease Spec Patch Args
data class LeaseSpecPatchArgs(val acquireTime: Output<String>? = null, val holderIdentity: Output<String>? = null, val leaseDurationSeconds: Output<Int>? = null, val leaseTransitions: Output<Int>? = null, val renewTime: Output<String>? = null) : ConvertibleToJava<LeaseSpecPatchArgs>
LeaseSpec is a specification of a Lease.