class Google::Apis::ComputeBeta::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_beta/classes.rb, line 27939
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_beta/classes.rb, line 27944
def update!(**args)
  @group = args[:group] if args.key?(:group)
end