class Google::Apis::CloudassetV1::ListFeedsResponse
Attributes
feeds[RW]
A list of feeds. Corresponds to the JSON property `feeds` @return [Array<Google::Apis::CloudassetV1::Feed>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 3179 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudasset_v1/classes.rb, line 3184 def update!(**args) @feeds = args[:feeds] if args.key?(:feeds) end