Class: Google::Apis::HealthcareV1beta1::SearchResourcesRequest
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::SearchResourcesRequest
- 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
Overview
Request to search the resources in the specified FHIR store.
Instance Attribute Summary collapse
-
#resource_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SearchResourcesRequest
constructor
A new instance of SearchResourcesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SearchResourcesRequest
Returns a new instance of SearchResourcesRequest.
6697 6698 6699 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6697 def initialize(**args) update!(**args) end |
Instance Attribute Details
#resource_type ⇒ String
6695 6696 6697 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6695 def resource_type @resource_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6702 6703 6704 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 6702 def update!(**args) @resource_type = args[:resource_type] if args.key?(:resource_type) end |