Class ResourceProperties (1.0.0)

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

The properties associated with the resource of the request.

Inheritance

System.Object > ResourceProperties

Implements

Google.Protobuf.IMessage<ResourceProperties>, System.IEquatable<ResourceProperties>, Google.Protobuf.IDeepCloneable<ResourceProperties>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.Boolean