public sealed class Publisher : IMessage<Publisher>, IEquatable<Publisher>, IDeepCloneable<Publisher>, IBufferMessage, IMessageReference documentation and code samples for the Analytics Hub v1 API class Publisher.
Contains details of the listing publisher.
Implements
IMessage<Publisher>, IEquatable<Publisher>, IDeepCloneable<Publisher>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
Publisher()
public Publisher()Publisher(Publisher)
public Publisher(Publisher other)| Parameter | |
|---|---|
| Name | Description |
other |
Publisher |
Properties
Name
public string Name { get; set; }Optional. Name of the listing publisher.
| Property Value | |
|---|---|
| Type | Description |
String |
|
PrimaryContact
public string PrimaryContact { get; set; }Optional. Email or URL of the listing publisher. Max Length: 1000 bytes.
| Property Value | |
|---|---|
| Type | Description |
String |
|