MembershipQueryComputePaymentConfigArgs

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

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 query compute costs ( TRUE ) or has not accepted to pay for query compute costs ( FALSE ). If the collaboration creator has not specified anyone to pay for query compute costs, then the member who can query is the default payer. An error message is returned for the following reasons:

Functions

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