class Google::Apis::HealthcareV1::GoogleCloudHealthcareV1ConsentPolicy

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