Values.TaskDetailsSourceContains detailed information about a profile update task including the changes to be made.
type nonrec t = {displayName : UnicodeString.t;The updated display name for the partner profile.
*)description : TaskDetailsDescriptionString.t;The updated description for the partner profile.
*)websiteUrl : Url.t;The updated website URL for the partner profile.
*)logoUrl : Url.t;The updated logo URL for the partner profile.
*)primarySolutionType : PrimarySolutionType.t;The updated primary solution type for the partner profile.
*)industrySegments : IndustrySegmentList.t;The updated industry segments for the partner profile.
*)translationSourceLocale : Locale.t;The updated translation source locale for the partner profile.
*)localizedContents : LocalizedContentList.t option;The updated localized content for the partner profile.
*)}val make :
?localizedContents:??? ->
displayName:UnicodeString.t ->
description:TaskDetailsDescriptionString.t ->
websiteUrl:Url.t ->
logoUrl:Url.t ->
primarySolutionType:PrimarySolutionType.t ->
industrySegments:IndustrySegmentList.t ->
translationSourceLocale:Locale.t ->
unit ->
tval 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 ]