public sealed class CreateServiceConfigRequest : IMessage<CreateServiceConfigRequest>, IEquatable<CreateServiceConfigRequest>, IDeepCloneable<CreateServiceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class CreateServiceConfigRequest.
[[["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 document provides reference documentation for the `CreateServiceConfigRequest` class within the Google Cloud Service Management v1 API, specifically version 2.2.0, and details how to use the class."],["`CreateServiceConfigRequest` is used as a request message for the `CreateServiceConfig` method, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `CreateServiceConfigRequest()` and `CreateServiceConfigRequest(CreateServiceConfigRequest other)`, where the second one is a copy constructor."],["The `CreateServiceConfigRequest` class has two key properties: `ServiceConfig`, which represents the required service configuration resource, and `ServiceName`, which is a required string specifying the name of the service."],["There are numerous versions of the `CreateServiceConfigRequest` class referenced, with the latest being 2.4.0."]]],[]]