toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final allowedPorts = this.allowedPorts;
final annotations = this.annotations;
final conditions = this.conditions;
final container = this.container;
final createTime = this.createTime;
final degraded = this.degraded;
final deleteTime = this.deleteTime;
final disableTcpConnections = this.disableTcpConnections;
final displayName = this.displayName;
final enableAuditAgent = this.enableAuditAgent;
final encryptionKey = this.encryptionKey;
final ephemeralDirectories = this.ephemeralDirectories;
final etag = this.etag;
final grantWorkstationAdminRoleOnCreate =
this.grantWorkstationAdminRoleOnCreate;
final host = this.host;
final idleTimeout = this.idleTimeout;
final labels = this.labels;
final maxUsableWorkstations = this.maxUsableWorkstations;
final name = this.name;
final persistentDirectories = this.persistentDirectories;
final readinessChecks = this.readinessChecks;
final reconciling = this.reconciling;
final replicaZones = this.replicaZones;
final runningTimeout = this.runningTimeout;
final uid = this.uid;
final updateTime = this.updateTime;
return {
'allowedPorts': ?allowedPorts,
'annotations': ?annotations,
'conditions': ?conditions,
'container': ?container,
'createTime': ?createTime,
'degraded': ?degraded,
'deleteTime': ?deleteTime,
'disableTcpConnections': ?disableTcpConnections,
'displayName': ?displayName,
'enableAuditAgent': ?enableAuditAgent,
'encryptionKey': ?encryptionKey,
'ephemeralDirectories': ?ephemeralDirectories,
'etag': ?etag,
'grantWorkstationAdminRoleOnCreate': ?grantWorkstationAdminRoleOnCreate,
'host': ?host,
'idleTimeout': ?idleTimeout,
'labels': ?labels,
'maxUsableWorkstations': ?maxUsableWorkstations,
'name': ?name,
'persistentDirectories': ?persistentDirectories,
'readinessChecks': ?readinessChecks,
'reconciling': ?reconciling,
'replicaZones': ?replicaZones,
'runningTimeout': ?runningTimeout,
'uid': ?uid,
'updateTime': ?updateTime,
};
}