toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accessReviews = this.accessReviews;
final bindings = this.bindings;
final nodePools = this.nodePools;
final nodes = this.nodes;
final objects = this.objects;
final pods = this.pods;
final roles = this.roles;
return {
'accessReviews': ?accessReviews,
'bindings': ?bindings,
'nodePools': ?nodePools,
'nodes': ?nodes,
'objects': ?objects,
'pods': ?pods,
'roles': ?roles,
};
}