Module Values.MembershipJobComputePaymentConfigSource

An object representing the payment responsibilities accepted by the collaboration member for query and job compute costs.

Sourcetype nonrec t = {
  1. isResponsible : Boolean.t;
    (*

    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: If you set the value to FALSE but you are responsible to pay for query and job compute costs. If you set the value to TRUE but you are not responsible to pay for query and job compute costs.

    *)
}
Sourceval context_ : string
Sourceval make : isResponsible:Boolean.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t