Class GetFeedRequest (2.7.0)

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

Get asset feed request.

Inheritance

Object > GetFeedRequest

Namespace

Google.Cloud.Asset.V1

Assembly

Google.Cloud.Asset.V1.dll

Constructors

GetFeedRequest()

public GetFeedRequest()

GetFeedRequest(GetFeedRequest)

public GetFeedRequest(GetFeedRequest other)
Parameter
NameDescription
otherGetFeedRequest

Properties

FeedName

public FeedName FeedName { get; set; }

FeedName-typed view over the Name resource name property.

Property Value
TypeDescription
FeedName

Name

public string Name { get; set; }

Required. The name of the Feed and it must be in the format of: projects/project_number/feeds/feed_id folders/folder_number/feeds/feed_id organizations/organization_number/feeds/feed_id

Property Value
TypeDescription
String