public sealed class CreateAnnotationRequest : IMessage<CreateAnnotationRequest>, IEquatable<CreateAnnotationRequest>, IDeepCloneable<CreateAnnotationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Rapid Migration Assessment v1 API class CreateAnnotationRequest.
[[["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 `CreateAnnotationRequest` class, which is part of the Rapid Migration Assessment v1 API within the Google Cloud .NET library."],["The `CreateAnnotationRequest` class is used to send a request to create an Annotation resource, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Annotation`, which represents the resource to be created, `Parent` which is the project and location to which it belongs, and `RequestId` which is an optional identifier for requests."],["There are two constructors for the class, one being a default constructor, the other takes in another `CreateAnnotationRequest` as a parameter."],["The document also lists the different versions of the API, with 1.2.0 being the latest, and 1.1.0 being the version in context."]]],[]]