class Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentPolicy

under what conditions.
Represents a user’s consent in terms of the resources that can be accessed and

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @authorization_rule = args[:authorization_rule] if args.key?(:authorization_rule)
  @resource_attributes = args[:resource_attributes] if args.key?(:resource_attributes)
end