Values.UpdateRelationshipRequestSourceUpdates the properties of a partner relationship.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the relationship.
*)identifier : RelationshipIdentifier.t;The unique identifier of the relationship to update.
*)programManagementAccountIdentifier : ProgramManagementAccountIdentifier.t;The identifier of the program management account associated with the relationship.
*)revision : Revision.t option;The current revision number of the relationship.
*)displayName : RelationshipDisplayName.t option;The new display name for the relationship.
*)requestedSupportPlan : SupportPlan.t option;The updated support plan for the relationship.
*)}val make :
?revision:??? ->
?displayName:??? ->
?requestedSupportPlan:??? ->
catalog:Catalog.t ->
identifier:RelationshipIdentifier.t ->
programManagementAccountIdentifier:ProgramManagementAccountIdentifier.t ->
unit ->
t