Values.GetRelationshipRequestSourceRetrieves details of a specific partner relationship.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the relationship.
*)programManagementAccountIdentifier : ProgramManagementAccountIdentifier.t;The identifier of the program management account associated with the relationship.
*)identifier : RelationshipIdentifier.t;The unique identifier of the relationship to retrieve.
*)}val make :
catalog:Catalog.t ->
programManagementAccountIdentifier:ProgramManagementAccountIdentifier.t ->
identifier:RelationshipIdentifier.t ->
unit ->
t