public sealed class DiscardDeploymentChangesRequest : IMessage<DiscardDeploymentChangesRequest>, IEquatable<DiscardDeploymentChangesRequest>, IDeepCloneable<DiscardDeploymentChangesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class DiscardDeploymentChangesRequest.
[[["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 page provides documentation for the `DiscardDeploymentChangesRequest` class within the Google Cloud Telco Automation v1 API, covering its purpose and usage."],["The `DiscardDeploymentChangesRequest` class is a request object utilized for discarding changes made to a deployment, as documented in the `DiscardDeploymentChanges` method."],["This class inherits from `object` and implements the interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DiscardDeploymentChangesRequest` class includes properties like `DeploymentName` (of type `DeploymentName`) and `Name` (of type `string`), which are used to specify the deployment for which changes should be discarded."],["The page documents the constructors available for `DiscardDeploymentChangesRequest`, which include a parameterless constructor and one that takes another `DiscardDeploymentChangesRequest` instance as an argument."]]],[]]