class Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest

The request used for DeleteWorkerPool.

Attributes

name[RW]

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

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 2607
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_v2/classes.rb, line 2612
def update!(**args)
  @name = args[:name] if args.key?(:name)
end