public sealed class CreateFeedRequest : IMessage<CreateFeedRequest>, IEquatable<CreateFeedRequest>, IDeepCloneable<CreateFeedRequest>, IBufferMessage, IMessage
Required. The feed details. The field name must be empty and it will be
generated in the format of: projects/project_number/feeds/feed_id
folders/folder_number/feeds/feed_id
organizations/organization_number/feeds/feed_id
Required. The name of the project/folder/organization where this feed
should be created in. It can only be an organization number (such as
"organizations/123"), a folder number (such as "folders/123"), a project ID
(such as "projects/my-project-id")", or a project number (such as
"projects/12345").
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `CreateFeedRequest` class within the `Google.Cloud.Asset.V1` namespace, used for creating asset feed requests."],["The `CreateFeedRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for deep cloning, equality checks, and message handling."],["The latest version of `CreateFeedRequest` is 3.12.0, and the page lists numerous older versions all the way back to version 2.7.0, providing links to each version's documentation."],["The class includes properties such as `Feed`, `FeedId`, and `Parent`, which are used to define the details of the asset feed, including the feed's identifier, and the location where the feed should be created."],["This class includes two constructors: a default constructor `CreateFeedRequest()`, and a constructor taking another `CreateFeedRequest` object, `CreateFeedRequest(CreateFeedRequest other)`."]]],[]]