Class Publisher (1.0.0-beta01)

public sealed class Publisher : IMessage<Publisher>, IEquatable<Publisher>, IDeepCloneable<Publisher>, IBufferMessage, IMessage

Contains details of the Publisher.

Inheritance

Object > Publisher

Namespace

Google.Cloud.BigQuery.DataExchange.V1Beta1

Assembly

Google.Cloud.BigQuery.DataExchange.V1Beta1.dll

Constructors

Publisher()

public Publisher()

Publisher(Publisher)

public Publisher(Publisher other)
Parameter
NameDescription
otherPublisher

Properties

Name

public string Name { get; set; }

Optional. Name of the listing Publisher.

Property Value
TypeDescription
String

PrimaryContact

public string PrimaryContact { get; set; }

Optional. Email or URL of the listing Publisher. Max Length: 1000 bytes.

Property Value
TypeDescription
String