Class: Google::Apis::CloudassetV1::ListFeedsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::ListFeedsResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/google/apis/cloudasset_v1/representations.rb
Instance Attribute Summary collapse
-
#feeds ⇒ Array<Google::Apis::CloudassetV1::Feed>
A list of feeds.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListFeedsResponse
constructor
A new instance of ListFeedsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListFeedsResponse
Returns a new instance of ListFeedsResponse.
4252 4253 4254 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4252 def initialize(**args) update!(**args) end |
Instance Attribute Details
#feeds ⇒ Array<Google::Apis::CloudassetV1::Feed>
A list of feeds.
Corresponds to the JSON property feeds
4250 4251 4252 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4250 def feeds @feeds end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4257 4258 4259 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4257 def update!(**args) @feeds = args[:feeds] if args.key?(:feeds) end |