public sealed class UserInfo : IMessage<UserInfo>, IEquatable<UserInfo>, IDeepCloneable<UserInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class UserInfo.
Information 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 |