public sealed class ListFeedsRequest : IMessage<ListFeedsRequest>, IEquatable<ListFeedsRequest>, IDeepCloneable<ListFeedsRequest>, IBufferMessage, IMessage
List asset feeds request.
Implements
IMessage<ListFeedsRequest>, IEquatable<ListFeedsRequest>, IDeepCloneable<ListFeedsRequest>, 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 |