Parsed scheduling block of an instance.
scheduling
Parse a decoded JSON scheduling map (nil-safe).
@type t() :: %GcpCompute.Scheduling{ automatic_restart: boolean() | nil, instance_termination_action: String.t() | nil, max_run_duration: non_neg_integer() | nil, preemptible: boolean() | nil, provisioning_model: :spot | :standard | String.t() | nil, raw: map() }
@spec from_json(map() | nil) :: t() | nil