Delegate class

Describes the delegate VirtualService.

Constructors

Delegate({String? name, String? namespace})
The main constructor.
const
Delegate.fromJson(Map<String, dynamic> json)
Creates a Delegate from JSON data.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Name specifies the name of the delegate VirtualService.
final
namespace String?
Namespace specifies the namespace where the delegate VirtualService resides. By default, it is same to the root’s.
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

Operators

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