class Google::Apis::WorkstationsV1beta::WorkstationBoostConfig

parent workstation configuration.
Boost configuration for this workstation. This object is populated from the

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @id = args[:id] if args.key?(:id)
end