Class: Google::Apis::AnalyticshubV1::LinkedResource

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

Overview

Reference to a linked resource tracked by this Subscription.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LinkedResource

Returns a new instance of LinkedResource.



548
549
550
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 548

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

Instance Attribute Details

#linked_datasetString

Output only. Name of the linked dataset, e.g. projects/subscriberproject/ datasets/linked_dataset Corresponds to the JSON property linkedDataset

Returns:

  • (String)


546
547
548
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 546

def linked_dataset
  @linked_dataset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



553
554
555
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 553

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