ParentReference class

ParentReference describes a reference to a parent object.

Constructors

ParentReference({String? group, String? name, String? namespace, String? resource, String? uid})
Default constructor.
const
ParentReference.fromJson(Map<String, dynamic> json)
Creates a ParentReference from JSON data.
factory

Properties

group String?
Group is the group of the object being referenced.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
Name is the name of the object being referenced.
final
namespace String?
Namespace is the namespace of the object being referenced.
final
resource String?
Resource is the resource of the object being referenced.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
UID is the uid of the object being referenced.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a ParentReference instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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