public sealed class UserInfo : IMessage<UserInfo>, IEquatable<UserInfo>, IDeepCloneable<UserInfo>, IBufferMessage, IMessageInformation about a user.
Implements
IMessage<UserInfo>, IEquatable<UserInfo>, IDeepCloneable<UserInfo>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataTransfer.V1Assembly
Google.Cloud.BigQuery.DataTransfer.V1.dll
Constructors
UserInfo()
public UserInfo()UserInfo(UserInfo)
public UserInfo(UserInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
UserInfo |
Properties
public string Email { get; set; }E-mail address of the user.
| Property Value | |
|---|---|
| Type | Description |
String |
|
HasEmail
public bool HasEmail { get; }Gets whether the "email" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|