public sealed class GetSettingsRequest : IMessage<GetSettingsRequest>, IEquatable<GetSettingsRequest>, IDeepCloneable<GetSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetSettingsRequest.
[[["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 information for the `GetSettingsRequest` class within the Google Cloud Migration Center v1 API, specifically version 1.1.0."],["`GetSettingsRequest` is a class that serves as a request type for retrieving settings, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSettingsRequest` class inherits from the `object` class and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `GetSettingsRequest` class includes two constructors, one default constructor and another that takes another `GetSettingsRequest` object as a parameter, along with properties like `Name` and `SettingsName`."],["This page details the properties `Name` (a string) and `SettingsName` (a `SettingsName` type), which are essential for identifying and retrieving the requested settings."]]],[]]