public sealed class GetOrganizationSettingsRequest : IMessage<GetOrganizationSettingsRequest>, IEquatable<GetOrganizationSettingsRequest>, IDeepCloneable<GetOrganizationSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class GetOrganizationSettingsRequest.
Request message for getting organization settings.
[[["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 provides documentation for the `GetOrganizationSettingsRequest` class within the Google Cloud Security Center v1 API for .NET."],["The latest available version of the API is 3.24.0, but the current version displayed on the page is 3.21.0, with a total of 37 versions listed from 2.2.0 up to the latest."],["The `GetOrganizationSettingsRequest` class is used to retrieve organization settings and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors `GetOrganizationSettingsRequest()` and `GetOrganizationSettingsRequest(GetOrganizationSettingsRequest other)`, and two properties, `Name` and `OrganizationSettingsName`."],["The `Name` property is a required string representing the organization's name in the format \"organizations/[organization_id]/organizationSettings,\" while `OrganizationSettingsName` is a typed view over the Name property."]]],[]]