ResourceStatusScheduling.fromJson constructor

ResourceStatusScheduling.fromJson(
  1. Map json_
)

Implementation

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