Class: Google::Apis::AnalyticshubV1::SelectedResource

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

Resource in this dataset that is selectively shared.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SelectedResource

Returns a new instance of SelectedResource.



1959
1960
1961
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1959

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

Instance Attribute Details

#tableString

Optional. Format: For table: projects/projectId/datasets/datasetId/tables/ tableId`Example:"projects/test_project/datasets/test_dataset/tables/ test_table" Corresponds to the JSON propertytable`

Returns:

  • (String)


1957
1958
1959
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1957

def table
  @table
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1964
1965
1966
# File 'lib/google/apis/analyticshub_v1/classes.rb', line 1964

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