ManagedInstanceScheduling.fromJson constructor
ManagedInstanceScheduling.fromJson(
- Map json_
Implementation
ManagedInstanceScheduling.fromJson(core.Map json_)
: this(
gracefulShutdownTimestamp:
json_['gracefulShutdownTimestamp'] as core.String?,
terminationTimestamp: json_['terminationTimestamp'] as core.String?,
);