class Google::Apis::HealthcareV1::TimeRange

within the timestamp in the range.
Consent resources given by those patients, not just the Consent resources
time range. Note that after identifying these patients, the server applies all
Apply consents given by patients whose most recent consent changes are in the

def initialize(**args)

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

def update!(**args)

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