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 available for `ResourceProperties` is 2.5.0, and the document also lists versions ranging from 1.0.0 up to 2.4.0."],["`ResourceProperties` is a class that represents the properties associated with a resource request."],["The `ResourceProperties` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains a boolean property called `ExcludesDescendants`, which determines whether the approval excludes the descendants of the requested resource."],["The class has two constructors, one which is the default, and the other that can be passed an existing `ResourceProperties` object."]]],[]]