class Google::Apis::HealthcareV1::EvaluateUserConsentsResponse
Attributes
next_page_token[RW]
Token to retrieve the next page of results, or empty if there are no more results in the list. This token is valid for 72 hours after it is created. Corresponds to the JSON property `nextPageToken` @return [String]
results[RW]
The consent evaluation result for each `data_id`. Corresponds to the JSON property `results` @return [Array<Google::Apis::HealthcareV1::Result>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 1324 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/healthcare_v1/classes.rb, line 1329 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @results = args[:results] if args.key?(:results) end