V1GroupVersionForDiscovery class
- Annotations
-
- @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)
Constructors
- V1GroupVersionForDiscovery({required String groupVersion, required String version})
- Returns a new V1GroupVersionForDiscovery instance.
-
V1GroupVersionForDiscovery.fromJson(Map<
String, dynamic> json) -
factory
Properties
- groupVersion → String
-
groupVersion specifies the API group and version in the form "group/version"
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String
-
version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion.
final
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