Class ListFeedsRequest (2.10.0)

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

List asset feeds request.

Inheritance

Object > ListFeedsRequest

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

ListFeedsRequest()

public ListFeedsRequest()

ListFeedsRequest(ListFeedsRequest)

public ListFeedsRequest(ListFeedsRequest other)
Parameter
NameDescription
otherListFeedsRequest

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
TypeDescription
String