View Source GoogleApi.Compute.V1.Model.ResourcePolicyResourceStatusInstanceSchedulePolicyStatus (google_api_compute v0.56.2)

Attributes

  • lastRunStartTime (type: String.t, default: nil) - [Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
  • nextRunStartTime (type: String.t, default: nil) - [Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.ResourcePolicyResourceStatusInstanceSchedulePolicyStatus{
    lastRunStartTime: String.t() | nil,
    nextRunStartTime: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.