public sealed class ResourceProperties : IMessage<ResourceProperties>, IEquatable<ResourceProperties>, IDeepCloneable<ResourceProperties>, IBufferMessage, IMessageThe properties associated with the resource of the request.
Inheritance
System.Object > ResourcePropertiesImplements
Google.Protobuf.IMessage<ResourceProperties>, System.IEquatable<ResourceProperties>, Google.Protobuf.IDeepCloneable<ResourceProperties>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.Boolean |
|