toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adminClusterMembership = this.adminClusterMembership;
final bareMetalClusterId = this.bareMetalClusterId;
final localName = this.localName;
final localNamespace = this.localNamespace;
return {
'adminClusterMembership': ?adminClusterMembership,
'bareMetalClusterId': ?bareMetalClusterId,
'localName': ?localName,
'localNamespace': ?localNamespace,
};
}