toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createTime = this.createTime;
  final dataPersistentDiskSpec = this.dataPersistentDiskSpec;
  final description = this.description;
  final displayName = this.displayName;
  final encryptionSpec = this.encryptionSpec;
  final etag = this.etag;
  final eucConfig = this.eucConfig;
  final idleShutdownConfig = this.idleShutdownConfig;
  final isDefault = this.isDefault;
  final labels = this.labels;
  final machineSpec = this.machineSpec;
  final name = this.name;
  final networkSpec = this.networkSpec;
  final networkTags = this.networkTags;
  final notebookRuntimeType = this.notebookRuntimeType;
  final reservationAffinity = this.reservationAffinity;
  final serviceAccount = this.serviceAccount;
  final shieldedVmConfig = this.shieldedVmConfig;
  final softwareConfig = this.softwareConfig;
  final updateTime = this.updateTime;
  return {
    'createTime': ?createTime,
    'dataPersistentDiskSpec': ?dataPersistentDiskSpec,
    'description': ?description,
    'displayName': ?displayName,
    'encryptionSpec': ?encryptionSpec,
    'etag': ?etag,
    'eucConfig': ?eucConfig,
    'idleShutdownConfig': ?idleShutdownConfig,
    'isDefault': ?isDefault,
    'labels': ?labels,
    'machineSpec': ?machineSpec,
    'name': ?name,
    'networkSpec': ?networkSpec,
    'networkTags': ?networkTags,
    'notebookRuntimeType': ?notebookRuntimeType,
    'reservationAffinity': ?reservationAffinity,
    'serviceAccount': ?serviceAccount,
    'shieldedVmConfig': ?shieldedVmConfig,
    'softwareConfig': ?softwareConfig,
    'updateTime': ?updateTime,
  };
}