Class ListFeedsResponse (2.10.0)

public sealed class ListFeedsResponse : IMessage<ListFeedsResponse>, IEquatable<ListFeedsResponse>, IDeepCloneable<ListFeedsResponse>, IBufferMessage, IMessage

Inheritance

Object > ListFeedsResponse

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

ListFeedsResponse()

public ListFeedsResponse()

ListFeedsResponse(ListFeedsResponse)

public ListFeedsResponse(ListFeedsResponse other)
Parameter
NameDescription
otherListFeedsResponse

Properties

Feeds

public RepeatedField<Feed> Feeds { get; }

A list of feeds.

Property Value
TypeDescription
RepeatedField<Feed>