Class LinkedResource
Reference to a linked resource tracked by this Subscription.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsHub.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class LinkedResource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkedDataset
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
Declaration
[JsonProperty("linkedDataset")]
public virtual string LinkedDataset { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkedPubsubSubscription
Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
Declaration
[JsonProperty("linkedPubsubSubscription")]
public virtual string LinkedPubsubSubscription { get; set; }
Property Value
Type | Description |
---|---|
string |
Listing
Output only. Listing for which linked resource is created.
Declaration
[JsonProperty("listing")]
public virtual string Listing { get; set; }
Property Value
Type | Description |
---|---|
string |