Values.UpdatePartnerAccountRequestSourceUpdates properties of a partner account.
type nonrec t = {sidewalk : SidewalkUpdateAccount.t;The Sidewalk account credentials.
*)partnerAccountId : PartnerAccountId.t;The ID of the partner account to update.
*)partnerType : PartnerType.t;The partner type.
*)}val make :
sidewalk:SidewalkUpdateAccount.t ->
partnerAccountId:PartnerAccountId.t ->
partnerType:PartnerType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of PartnerAccountId.t
| `Structure of (string * [> `String of AppServerPrivateKey.t ]) list ])
list ]