class Google::Apis::AccessapprovalV1::ResourceProperties

The properties associated with the resource of the request.

Attributes

excludes_descendants[RW]

Whether an approval will exclude the descendants of the resource being requested. Corresponds to the JSON property `excludesDescendants` @return [Boolean]

excludes_descendants?[RW]

Whether an approval will exclude the descendants of the resource being requested. Corresponds to the JSON property `excludesDescendants` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/accessapproval_v1/classes.rb, line 393
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/accessapproval_v1/classes.rb, line 398
def update!(**args)
  @excludes_descendants = args[:excludes_descendants] if args.key?(:excludes_descendants)
end