ManagedInstanceScheduling.fromJson constructor

ManagedInstanceScheduling.fromJson(
  1. Map json_
)

Implementation

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