public sealed class CreateServiceRolloutRequest : IMessage<CreateServiceRolloutRequest>, IEquatable<CreateServiceRolloutRequest>, IDeepCloneable<CreateServiceRolloutRequest>, IBufferMessage, IMessage
[[["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 details the `CreateServiceRolloutRequest` class, which is used as a request message for creating a service rollout within the `Google.Cloud.ServiceManagement.V1` namespace."],["The class is part of the `Google.Cloud.ServiceManagement.V1.dll` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateServiceRolloutRequest` class has two constructors: a default constructor and one that accepts another `CreateServiceRolloutRequest` object as a parameter."],["The `CreateServiceRolloutRequest` class contains properties for `Rollout` (a `Rollout` resource, required) and `ServiceName` (the name of the service, also required), with the latter having specific naming requirements."],["Several versions of the service management documentation are available, with 2.4.0 being the latest and 1.1.0 being the oldest listed."]]],[]]