Class: Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::ChromeOsDevice::RecentUser
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/admin_directory_v1/classes.rb,
generated/google/apis/admin_directory_v1/representations.rb,
generated/google/apis/admin_directory_v1/representations.rb
Instance Attribute Summary collapse
-
#email ⇒ String
Email address of the user.
-
#type ⇒ String
The type of the user Corresponds to the JSON property
type
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RecentUser
constructor
A new instance of RecentUser.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RecentUser
Returns a new instance of RecentUser
982 983 984 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 982 def initialize(**args) update!(**args) end |
Instance Attribute Details
#email ⇒ String
Email address of the user. Present only if the user type is managed
Corresponds to the JSON property email
975 976 977 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 975 def email @email end |
#type ⇒ String
The type of the user
Corresponds to the JSON property type
980 981 982 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 980 def type @type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
987 988 989 990 |
# File 'generated/google/apis/admin_directory_v1/classes.rb', line 987 def update!(**args) @email = args[:email] if args.key?(:email) @type = args[:type] if args.key?(:type) end |