LoadSnapshotRequest.fromJson constructor
LoadSnapshotRequest.fromJson(
- Map json_
Implementation
LoadSnapshotRequest.fromJson(core.Map json_)
: this(
skipAirflowOverridesSetting:
json_['skipAirflowOverridesSetting'] as core.bool?,
skipEnvironmentVariablesSetting:
json_['skipEnvironmentVariablesSetting'] as core.bool?,
skipGcsDataCopying: json_['skipGcsDataCopying'] as core.bool?,
skipPypiPackagesInstallation:
json_['skipPypiPackagesInstallation'] as core.bool?,
snapshotPath: json_['snapshotPath'] as core.String?,
);