public sealed class Publisher : IMessage<Publisher>, IEquatable<Publisher>, IDeepCloneable<Publisher>, IBufferMessage, IMessage
Contains details of the Publisher.
Implements
IMessage<Publisher>, IEquatable<Publisher>, IDeepCloneable<Publisher>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.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 |