public sealed class CreateServiceConfigRequest : IMessage<CreateServiceConfigRequest>, IEquatable<CreateServiceConfigRequest>, IDeepCloneable<CreateServiceConfigRequest>, IBufferMessage, IMessage
[[["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 page details the `CreateServiceConfigRequest` class within the `Google.Cloud.ServiceManagement.V1` namespace, specifically version 1.3.0, and its role in the `CreateServiceConfig` method."],["The `CreateServiceConfigRequest` class is used to define the request message for creating a new service configuration, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It has two constructors: a default one and another that accepts another `CreateServiceConfigRequest` instance for copying, and it defines the properties `ServiceConfig` (of type `Service`) and `ServiceName` (of type `String`)."],["The most current version of this class is 2.4.0, and there are 9 other prior versions available, ranging from 2.3.0 down to 1.1.0."],["Version 1.3.0 of this class is defined in the `Google.Cloud.ServiceManagement.V1.dll` assembly."]]],[]]