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.
3269 3270 3271 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3269 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
3267 3268 3269 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3267 def feeds @feeds end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3274 3275 3276 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 3274 def update!(**args) @feeds = args[:feeds] if args.key?(:feeds) end |