CreateHealthCheckRequest class

A complex type that contains the health check request information.

Constructors

CreateHealthCheckRequest({required String callerReference, required HealthCheckConfig healthCheckConfig})

Properties

callerReference String
A unique string that identifies the request and that allows you to retry a failed CreateHealthCheck request without the risk of creating two identical health checks:
final
hashCode int
The hash code for this object.
no setterinherited
healthCheckConfig HealthCheckConfig
A complex type that contains settings for a new health check.
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