View Source GoogleApi.Compute.V1.Model.NodeGroupsPerformMaintenanceRequest (google_api_compute v0.60.0)

Attributes

  • nodes (type: list(String.t), default: nil) - [Required] List of nodes affected by the call.
  • startTime (type: String.t, default: nil) - The start time of the schedule. The timestamp is an RFC3339 string.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.NodeGroupsPerformMaintenanceRequest{
  nodes: [String.t()] | nil,
  startTime: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.