class Google::Apis::HealthcareV1::ExplainDataAccessResponse

resource.
List of consent scopes that are applicable to the explained access on a given

def initialize(**args)

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

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