class Google::Apis::WorkstationsV1beta::RuntimeHost

Runtime host for the workstation.

def initialize(**args)

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

def update!(**args)

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