public sealed class ResourceProperties : IMessage<ResourceProperties>, IEquatable<ResourceProperties>, IDeepCloneable<ResourceProperties>, IBufferMessage, IMessageReference documentation and code samples for the Access Approval v1 API class ResourceProperties.
The properties associated with the resource of the request.
Implements
IMessage<ResourceProperties>, IEquatable<ResourceProperties>, IDeepCloneable<ResourceProperties>, IBufferMessage, IMessageNamespace
Google.Cloud.AccessApproval.V1Assembly
Google.Cloud.AccessApproval.V1.dll
Constructors
ResourceProperties()
public ResourceProperties()ResourceProperties(ResourceProperties)
public ResourceProperties(ResourceProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
ResourceProperties |
Properties
ExcludesDescendants
public bool ExcludesDescendants { get; set; }Whether an approval will exclude the descendants of the resource being requested.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|