Values.UpdateTrafficPolicyCommentRequestSourceA complex type that contains information about the traffic policy that you want to update the comment for.
type nonrec t = {id : TrafficPolicyId.t;The value of Id for the traffic policy that you want to update the comment for.
*)version : TrafficPolicyVersion.t;The value of Version for the traffic policy that you want to update the comment for.
*)comment : TrafficPolicyComment.t;The new comment for the specified traffic policy and version.
*)}val make :
id:TrafficPolicyId.t ->
version:TrafficPolicyVersion.t ->
comment:TrafficPolicyComment.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of TrafficPolicyVersion.t
| `String of TrafficPolicyId.t ])
list ]