class Google::Apis::ComputeV1::NodeGroupsDeleteNodesRequest
Attributes
nodes[RW]
Names of the nodes to delete. Corresponds to the JSON property `nodes` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 21872 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 21877 def update!(**args) @nodes = args[:nodes] if args.key?(:nodes) end