public sealed class ListFeedsResponse : IMessage<ListFeedsResponse>, IEquatable<ListFeedsResponse>, IDeepCloneable<ListFeedsResponse>, IBufferMessage, IMessageImplements
IMessage<ListFeedsResponse>, IEquatable<ListFeedsResponse>, IDeepCloneable<ListFeedsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
ListFeedsResponse()
public ListFeedsResponse()ListFeedsResponse(ListFeedsResponse)
public ListFeedsResponse(ListFeedsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeedsResponse |
Properties
Feeds
public RepeatedField<Feed> Feeds { get; }A list of feeds.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Feed> |
|