Class SelectedResource
Resource in this dataset that is selectively shared.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class SelectedResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Table
Optional. Format: For table: projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Example:"projects/test_project/datasets/test_dataset/tables/test_table"
Declaration
[JsonProperty("table")]
public virtual string Table { get; set; }
Property Value
Type | Description |
---|---|
string |