ParamKind class

ParamKind is a tuple of Group Kind and Version.

Constructors

ParamKind({String? apiVersion, String? kind})
Default constructor.
const
ParamKind.fromJson(Map<String, dynamic> json)
Creates a ParamKind from JSON data.
factory

Properties

apiVersion String?
APIVersion is the API group version the resources belong to. In format of "group/version". Required.
final
hashCode int
The hash code for this object.
no setterinherited
kind String?
Kind is the API kind the resources belong to. Required.
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, Object>
Converts a ParamKind instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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