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."],[[["The `CreateServiceRequest` class is used as the request message for the `CreateService` method within the Google Cloud Service Management API."],["The latest version of the API documented is 2.4.0, with versions ranging back to 1.1.0 being provided, and the current page containing the information of the 1.3.0 version."],["The `CreateServiceRequest` class inherits from `Object` and implements `IMessage\u003cCreateServiceRequest\u003e`, `IEquatable\u003cCreateServiceRequest\u003e`, `IDeepCloneable\u003cCreateServiceRequest\u003e`, `IBufferMessage`, and `IMessage`."],["There are two constructors for `CreateServiceRequest`, one being parameterless, and the second allowing to pass another `CreateServiceRequest` object to it, to copy it."],["The `CreateServiceRequest` class has a `Service` property of type `ManagedService`, representing the initial values for the service resource."]]],[]]