public sealed class CreateServiceRequest : IMessage<CreateServiceRequest>, IEquatable<CreateServiceRequest>, IDeepCloneable<CreateServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class CreateServiceRequest.
[[["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 provides reference documentation for the `CreateServiceRequest` class within the Service Management v1 API from Google Cloud."],["The `CreateServiceRequest` class is used as the request message for the `CreateService` method and is part of the `Google.Cloud.ServiceManagement.V1` namespace."],["Version 2.4.0 is the latest available version of this reference material, with multiple previous versions listed ranging from 2.3.0 to 1.1.0."],["The `CreateServiceRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateServiceRequest\u003e`, `IDeepCloneable\u003cCreateServiceRequest\u003e`, and `IBufferMessage`."],["It features two constructors to create the object, one being a parameterless constructor and the other receiving another `CreateServiceRequest` as its parameter, along with one property called `Service`, of type `ManagedService`."]]],[]]