ApiextensionsV1ServiceReference class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

ApiextensionsV1ServiceReference({required String name, required String namespace, String? path, int? port})
Returns a new ApiextensionsV1ServiceReference instance.
ApiextensionsV1ServiceReference.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
name is the name of the service. Required
final
namespace String
namespace is the namespace of the service. Required
final
path String?
path is an optional URL path at which the webhook will be contacted.
final
port int?
port is an optional service port at which the webhook will be contacted. port should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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