public sealed class CreateServiceRequest : IMessage<CreateServiceRequest>, IEquatable<CreateServiceRequest>, IDeepCloneable<CreateServiceRequest>, IBufferMessage, IMessage
[[["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 `CreateServiceRequest` class within the `Google.Cloud.ServiceManagement.V1` namespace, which is a request message for the CreateService method."],["The latest version of this API reference is 2.4.0, with historical versions available ranging back to 1.1.0, and the current content is focused on version 1.4.0."],["The `CreateServiceRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateServiceRequest` class has two constructors, a default constructor and a copy constructor, allowing the creation of a new instance or a copy of an existing one."],["The `Service` property, of type `ManagedService`, is required and used to set the initial values for the service resource when using `CreateServiceRequest`."]]],[]]