class Google::Apis::ResourceviewsV1beta2::AddResourcesRequest

The request to add resources to the resource view.

Attributes

resources[RW]

The list of resources to be added. 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 504
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 509
def update!(**args)
  @resources = args[:resources] if args.key?(:resources)
end