public sealed class ListFeedsRequest : IMessage<ListFeedsRequest>, IEquatable<ListFeedsRequest>, IDeepCloneable<ListFeedsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class ListFeedsRequest.
List asset feeds request.
Implements
IMessageListFeedsRequest, IEquatableListFeedsRequest, IDeepCloneableListFeedsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
ListFeedsRequest()
public ListFeedsRequest()
ListFeedsRequest(ListFeedsRequest)
public ListFeedsRequest(ListFeedsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListFeedsRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent project/folder/organization whose feeds are to be listed. It can only be using project/folder/organization number (such as "folders/12345")", or a project ID (such as "projects/my-project-id").
Property Value | |
---|---|
Type | Description |
string |