Class: Google::Apis::BigquerydatatransferV1::UserInfo
- Inherits:
-
Object
- Object
- Google::Apis::BigquerydatatransferV1::UserInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquerydatatransfer_v1/classes.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb
Overview
Information about a user.
Instance Attribute Summary collapse
-
#email ⇒ String
E-mail address of the user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserInfo
constructor
A new instance of UserInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserInfo
Returns a new instance of UserInfo.
1062 1063 1064 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 1062 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
E-mail address of the user.
Corresponds to the JSON property email
1060 1061 1062 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 1060 def email @email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1067 1068 1069 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 1067 def update!(**args) @email = args[:email] if args.key?(:email) end |