public sealed class CreateCollectorRequest : IMessage<CreateCollectorRequest>, IEquatable<CreateCollectorRequest>, IDeepCloneable<CreateCollectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Rapid Migration Assessment v1 API class CreateCollectorRequest.
[[["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-04-17 UTC."],[[["This documentation details the `CreateCollectorRequest` class, which is part of the Rapid Migration Assessment v1 API within the Google Cloud .NET library."],["The `CreateCollectorRequest` class is used to send a message for creating a new Collector, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateCollectorRequest` include `Collector` (the resource to be created), `CollectorId` (the ID of the requesting object), and `Parent` (the project and location where the Collector will reside)."],["There are two constructors available: a default constructor (`CreateCollectorRequest()`) and a copy constructor (`CreateCollectorRequest(CreateCollectorRequest other)`), for creating a new instance or a copy of the current instance respectively."],["The documentation also lists inherited members, such as `GetHashCode()`, `GetType()`, and `ToString()`, and provides information on the namespace (`Google.Cloud.RapidMigrationAssessment.V1`) and assembly (`Google.Cloud.RapidMigrationAssessment.V1.dll`) where this class is located."]]],[]]