class Google::Apis::BigquerydatatransferV1::UserInfo

Information about a user.

Attributes

email[RW]

E-mail address of the user. Corresponds to the JSON property `email` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 1061
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigquerydatatransfer_v1/classes.rb, line 1066
def update!(**args)
  @email = args[:email] if args.key?(:email)
end