class Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest

The request used for `DeleteInstance`.

Attributes

name[RW]

Name of the instance to delete. Format: `projects//instances/[ INSTANCE_ID]`. Corresponds to the JSON property `name` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/remotebuildexecution_v1alpha/classes.rb, line 1903
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/remotebuildexecution_v1alpha/classes.rb, line 1908
def update!(**args)
  @name = args[:name] if args.key?(:name)
end