CreateTrafficPolicyVersionRequest class

A complex type that contains information about the traffic policy that you want to create a new version for.

Constructors

CreateTrafficPolicyVersionRequest({required String document, required String id, String? comment})

Properties

comment String?
The comment that you specified in the CreateTrafficPolicyVersion request, if any.
final
document String
The definition of this version of the traffic policy, in JSON format. You specified the JSON in the CreateTrafficPolicyVersion request. For more information about the JSON format, see CreateTrafficPolicy.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the traffic policy for which you want to create a new version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited