Values.MembershipSummarySourceContains summary information about a membership.
type nonrec t = {membershipId : MembershipId.t option;The unique identifier of the membership.
*)applicationId : ApplicationId.t option;The unique identifier of the application.
*)agentSpaceId : AgentSpaceId.t option;The unique identifier of the agent space.
*)memberType : MembershipType.t option;The type of member.
*)config : MembershipConfig.t option;The configuration for the membership.
*)metadata : MemberMetadata.t option;The metadata for the member.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the membership was created, in UTC format.
*)updatedAt : SyntheticTimestamp_date_time.t option;The date and time the membership was last updated, in UTC format.
*)createdBy : String_.t option;The identifier of the entity that created the membership.
*)updatedBy : String_.t option;The identifier of the entity that last updated the membership.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of MembershipId.t
| `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]