Class ResourceProperties (1.1.0)

public sealed class ResourceProperties : IMessage<ResourceProperties>, IEquatable<ResourceProperties>, IDeepCloneable<ResourceProperties>, IBufferMessage, IMessage

The properties associated with the resource of the request.

Inheritance

Object > ResourceProperties

Namespace

Google.Cloud.AccessApproval.V1

Assembly

Google.Cloud.AccessApproval.V1.dll

Constructors

ResourceProperties()

public ResourceProperties()

ResourceProperties(ResourceProperties)

public ResourceProperties(ResourceProperties other)
Parameter
NameDescription
otherResourceProperties

Properties

ExcludesDescendants

public bool ExcludesDescendants { get; set; }

Whether an approval will exclude the descendants of the resource being requested.

Property Value
TypeDescription
Boolean