Class: Google::Apis::AnalyticshubV1beta1::LinkedResource
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1beta1::LinkedResource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/analyticshub_v1beta1/classes.rb,
lib/google/apis/analyticshub_v1beta1/representations.rb,
lib/google/apis/analyticshub_v1beta1/representations.rb
Overview
Reference to a linked resource tracked by this Subscription.
Instance Attribute Summary collapse
-
#linked_dataset ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinkedResource
constructor
A new instance of LinkedResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ LinkedResource
Returns a new instance of LinkedResource.
493 494 495 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 493 def initialize(**args) update!(**args) end |
Instance Attribute Details
#linked_dataset ⇒ String
Output only. Name of the linked dataset, e.g. projects/subscriberproject/
datasets/linked_dataset
Corresponds to the JSON property linkedDataset
491 492 493 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 491 def linked_dataset @linked_dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
498 499 500 |
# File 'lib/google/apis/analyticshub_v1beta1/classes.rb', line 498 def update!(**args) @linked_dataset = args[:linked_dataset] if args.key?(:linked_dataset) end |