class Google::Apis::ResourceviewsV1beta2::RemoveResourcesRequest
The request to remove resources from the resource view.
Attributes
resources[RW]
The list of resources to be removed. Corresponds to the JSON property `resources` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/resourceviews_v1beta2/classes.rb, line 616 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/resourceviews_v1beta2/classes.rb, line 621 def update!(**args) @resources = args[:resources] if args.key?(:resources) end