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."],[[["The latest version of the `ResourceProperties` documentation is 2.5.0, with a full list of versions ranging from 1.0.0 to 2.5.0 available for reference."],["`ResourceProperties` is a sealed class that represents the properties associated with the resource of a request, inheriting from `System.Object` and implementing multiple interfaces, such as `IMessage\u003cResourceProperties\u003e`, `IEquatable\u003cResourceProperties\u003e`, `IDeepCloneable\u003cResourceProperties\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes a constructor `ResourceProperties()` and a copy constructor `ResourceProperties(ResourceProperties other)` to create instances."],["`ResourceProperties` has a boolean property `ExcludesDescendants`, which indicates whether an approval excludes the descendants of the requested resource."],["The `ResourceProperties` class is part of the `Google.Cloud.AccessApproval.V1` namespace, found within the `Google.Cloud.AccessApproval.V1.dll` assembly."]]],[]]