public sealed class ResourceProperties : IMessage<ResourceProperties>, IEquatable<ResourceProperties>, IDeepCloneable<ResourceProperties>, IBufferMessage, IMessage
The properties associated with the resource of the request.
[[["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 `ResourceProperties` class within the `Google.Cloud.AccessApproval.V1` namespace, used for managing resource properties in access approval requests."],["The `ResourceProperties` class is a part of the `Google.Cloud.AccessApproval.V1.dll` assembly and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors, one default and one that accepts another `ResourceProperties` object for initialization."],["A key property of this class is `ExcludesDescendants`, a boolean that indicates whether an approval request excludes descendants of the target resource."],["The webpage contains documentation for different versions of the `ResourceProperties` class, ranging from the latest 2.5.0 to 1.0.0, providing a historical reference for developers."]]],[]]