Class: Google::Apis::AnalyticshubV1::SelectedResource
- Inherits:
-
Object
- Object
- Google::Apis::AnalyticshubV1::SelectedResource
- 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
-
#table ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SelectedResource
constructor
A new instance of SelectedResource.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#table ⇒ String
Optional. Format: For table: projects/
projectId/datasets/
datasetId/tables/
tableId`Example:"projects/test_project/datasets/test_dataset/tables/
test_table"
Corresponds to the JSON property
table`
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 |