Class: Google::Apis::HealthcareV1beta1::ListConsentArtifactsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListConsentArtifactsResponse

Returns a new instance of ListConsentArtifactsResponse.



4392
4393
4394
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4392

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

Instance Attribute Details

The returned Consent artifacts. The maximum number of artifacts returned is determined by the value of page_size in the ListConsentArtifactsRequest. Corresponds to the JSON property consentArtifacts



4384
4385
4386
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4384

def consent_artifacts
  @consent_artifacts
end

#next_page_tokenString

Token to retrieve the next page of results, or empty if there are no more results in the list. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


4390
4391
4392
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4390

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4397
4398
4399
4400
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4397

def update!(**args)
  @consent_artifacts = args[:consent_artifacts] if args.key?(:consent_artifacts)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end