Values.MemberSpecificationSourceBasic metadata used to construct a new member.
type nonrec t = {accountId : AccountId.t;The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
*)memberAbilities : MemberAbilities.t;The abilities granted to the collaboration member.
*)mlMemberAbilities : MLMemberAbilities.t option;The ML abilities granted to the collaboration member.
*)displayName : DisplayName.t;The member's display name.
*)paymentConfiguration : PaymentConfiguration.t option;The collaboration member's payment responsibilities set by the collaboration creator. If the collaboration creator hasn't specified anyone as the member paying for query compute costs, then the member who can query is the default payer.
*)}val make :
?mlMemberAbilities:??? ->
?paymentConfiguration:??? ->
accountId:AccountId.t ->
memberAbilities:MemberAbilities.t ->
displayName:DisplayName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of AccountId.t
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ])
list ])
list ]