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.
4265 4266 4267 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4265 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
4263 4264 4265 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4263 def feeds @feeds end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4270 4271 4272 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4270 def update!(**args) @feeds = args[:feeds] if args.key?(:feeds) end |