Google Cloud Asset Inventory v1 API - Class ListFeedsRequest (3.11.0)

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.

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