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 `ResourceProperties` class is part of the `Google.Cloud.AccessApproval.V1` namespace and is available in the `Google.Cloud.AccessApproval.V1.dll` assembly, serving to describe the properties associated with a resource request."],["This class implements multiple interfaces, including `IMessage\u003cResourceProperties\u003e`, `IEquatable\u003cResourceProperties\u003e`, `IDeepCloneable\u003cResourceProperties\u003e`, `IBufferMessage`, and `IMessage`, indicating its capabilities for message handling, comparison, deep cloning, and buffering."],["There are two constructors for `ResourceProperties`: a default constructor and one that takes another `ResourceProperties` object as a parameter, allowing for object duplication."],["The class includes one property: `ExcludesDescendants`, which is a boolean that indicates whether the approval request should exclude the descendants of the resource being requested."],["This documentation page covers versions 1.0.0 to 2.5.0, with version 2.5.0 being the latest."]]],[]]