Google BigQuery Data Transfer v1 API - Class UserInfo (4.8.0)

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.

Inheritance

object > UserInfo

Namespace

Google.Cloud.BigQuery.DataTransfer.V1

Assembly

Google.Cloud.BigQuery.DataTransfer.V1.dll

Constructors

UserInfo()

public UserInfo()

UserInfo(UserInfo)

public UserInfo(UserInfo other)
Parameter
NameDescription
otherUserInfo

Properties

Email

public string Email { get; set; }

E-mail address of the user.

Property Value
TypeDescription
string

HasEmail

public bool HasEmail { get; }

Gets whether the "email" field is set

Property Value
TypeDescription
bool