public sealed class ManagementSettings : IMessage<ManagementSettings>, IEquatable<ManagementSettings>, IDeepCloneable<ManagementSettings>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Domains v1 API class ManagementSettings.
Defines renewal, billing, and transfer settings for a Registration.
[[["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."],[[["The `ManagementSettings` class in the Google Cloud Domains v1 API defines settings related to renewal, billing, and transfer for a domain `Registration`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ManagementSettings` class has two constructors: a default constructor and one that accepts another `ManagementSettings` object as a parameter for creating a copy."],["It includes properties for `RenewalMethod`, which specifies the renewal approach for a domain, and `TransferLockState`, which controls whether a domain can be transferred."],["The current documentation covers versions ranging from 1.0.0 to the latest 2.4.0, offering a view into the evolution of the API."]]],[]]