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 it inherits from `Object` and implements multiple interfaces."],["The latest version of this API class is 2.4.0, and there are several older versions available, with the version 2.1.0 used in this documentation."],["The class includes a property called `Service`, which is of type `ManagedService`, and represents the initial values for the service resource, which are required."],["The class has two constructors, a default constructor, and a copy constructor, and has inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]