Class: Google::Apis::CloudassetV1::ListFeedsResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudasset_v1/classes.rb,
generated/google/apis/cloudasset_v1/representations.rb,
generated/google/apis/cloudasset_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ListFeedsResponse

Returns a new instance of ListFeedsResponse.



1596
1597
1598
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 1596

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#feedsArray<Google::Apis::CloudassetV1::Feed>

A list of feeds. Corresponds to the JSON property feeds



1594
1595
1596
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 1594

def feeds
  @feeds
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1601
1602
1603
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 1601

def update!(**args)
  @feeds = args[:feeds] if args.key?(:feeds)
end