Values.PartnerProfileSourceContains comprehensive profile information for a partner including public-facing details.
type nonrec t = {displayName : UnicodeString.t option;The public display name for the partner organization.
*)description : PartnerProfileDescriptionString.t option;A description of the partner's business, services, and capabilities.
*)websiteUrl : Url.t option;The partner's primary website URL.
*)logoUrl : Url.t option;The URL to the partner's logo image.
*)primarySolutionType : PrimarySolutionType.t option;The primary type of solution or service the partner provides.
*)industrySegments : IndustrySegmentList.t option;The industry segments or verticals that the partner serves.
*)translationSourceLocale : Locale.t option;The source locale used for automatic translation of profile content.
*)localizedContents : LocalizedContentList.t option;A list of localized content versions for different languages and regions.
*)profileId : PartnerProfileId.t option;The unique identifier of the partner profile.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of (string * [> `String of UnicodeString.t ]) list ]
list
| `String of UnicodeString.t ])
list ]