toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final registryBurst = this.registryBurst;
  final registryPullQps = this.registryPullQps;
  final serializeImagePullsDisabled = this.serializeImagePullsDisabled;
  return {
    'registryBurst': ?registryBurst,
    'registryPullQps': ?registryPullQps,
    'serializeImagePullsDisabled': ?serializeImagePullsDisabled,
  };
}