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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `CreateServiceRequest` class within the Google Cloud Service Management v1 API."],["The latest version of the `CreateServiceRequest` class is 2.4.0, with previous versions dating back to 1.1.0 available for review."],["`CreateServiceRequest` is a request message used for the \"CreateService\" method and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes a `Service` property of type `ManagedService` which is required and defines the initial values for a service resource."],["The class has 2 constructors `CreateServiceRequest()` and `CreateServiceRequest(CreateServiceRequest other)` which are used to create a new `CreateServiceRequest` object or a copy of an existing one respectively."]]],[]]