Show / Hide Table of Contents

Class LinkedResource

Reference to a linked resource tracked by this Subscription.

Inheritance
object
LinkedResource
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AnalyticsHub.v1beta1.Data
Assembly: Google.Apis.AnalyticsHub.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX