class Google::Apis::ComputeV1::ResourceGroupReference
Attributes
group[RW]
A URI referencing one of the instance groups or network endpoint groups listed in the backend service. Corresponds to the JSON property `group` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 28295 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 28300 def update!(**args) @group = args[:group] if args.key?(:group) end