Show / Hide Table of Contents

Class SubscribeDataExchangeRequest

Message for subscribing to a Data Exchange.

Inheritance
object
SubscribeDataExchangeRequest
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.v1.Data
Assembly: Google.Apis.AnalyticsHub.v1.dll
Syntax
public class SubscribeDataExchangeRequest : IDirectResponseSchema

Properties

Destination

Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/us

Declaration
[JsonProperty("destination")]
public virtual string Destination { get; set; }
Property Value
Type Description
string

DestinationDataset

Optional. BigQuery destination dataset to create for the subscriber.

Declaration
[JsonProperty("destinationDataset")]
public virtual DestinationDataset DestinationDataset { get; set; }
Property Value
Type Description
DestinationDataset

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SubscriberContact

Email of the subscriber.

Declaration
[JsonProperty("subscriberContact")]
public virtual string SubscriberContact { get; set; }
Property Value
Type Description
string

Subscription

Required. Name of the subscription to create. e.g. subscription1

Declaration
[JsonProperty("subscription")]
public virtual string Subscription { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX