MembershipJobComputePaymentConfigArgs

data class MembershipJobComputePaymentConfigArgs(val isResponsible: Output<Boolean>) : ConvertibleToJava<MembershipJobComputePaymentConfigArgs>

Constructors

Link copied to clipboard
constructor(isResponsible: Output<Boolean>)

Properties

Link copied to clipboard
val isResponsible: Output<Boolean>

Indicates whether the collaboration member has accepted to pay for job compute costs ( TRUE ) or has not accepted to pay for query and job compute costs ( FALSE ). There is only one member who pays for queries and jobs. An error message is returned for the following reasons:

Functions

Link copied to clipboard
open override fun toJava(): MembershipJobComputePaymentConfigArgs