class Google::Apis::HealthcareV1::ExplainDataAccessResponse

def update!(**args)

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