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

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListFeedsResponse

Returns a new instance of ListFeedsResponse.



4231
4232
4233
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4231

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

Instance Attribute Details

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

A list of feeds. Corresponds to the JSON property feeds



4229
4230
4231
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4229

def feeds
  @feeds
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4236
4237
4238
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4236

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