Module Values.UpdateTrafficPolicyCommentRequestSource

A complex type that contains information about the traffic policy that you want to update the comment for.

Sourcetype nonrec t = {
  1. id : TrafficPolicyId.t;
    (*

    The value of Id for the traffic policy that you want to update the comment for.

    *)
  2. version : TrafficPolicyVersion.t;
    (*

    The value of Version for the traffic policy that you want to update the comment for.

    *)
  3. comment : TrafficPolicyComment.t;
    (*

    The new comment for the specified traffic policy and version.

    *)
}
Sourceval context_ : string
Sourceval make : id:TrafficPolicyId.t -> version:TrafficPolicyVersion.t -> comment:TrafficPolicyComment.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of TrafficPolicyVersion.t | `String of TrafficPolicyId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t