toJson method

Map<String, dynamic> toJson()

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,
  };
}