Values_1.DeleteHubContentReferenceRequestSourceDelete a hub content reference in order to remove a model from a private hub.
type nonrec t = {hubName : Values_0.HubNameOrArn.t;The name of the hub to delete the hub content reference from.
*)hubContentType : Values_0.HubContentType.t;The type of hub content reference to delete. The only supported type of hub content reference to delete is ModelReference.
*)hubContentName : Values_0.HubContentName.t;The name of the hub content to delete.
*)}val make :
hubName:Values_0.HubNameOrArn.t ->
hubContentType:Values_0.HubContentType.t ->
hubContentName:Values_0.HubContentName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.HubNameOrArn.t ])
list ]