Class: Google::Apis::AdminDirectoryV1::GuestAccountInfo
- Inherits:
-
Object
- Object
- Google::Apis::AdminDirectoryV1::GuestAccountInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/admin_directory_v1/classes.rb,
lib/google/apis/admin_directory_v1/representations.rb,
lib/google/apis/admin_directory_v1/representations.rb
Overview
Account info specific to Guest users.
Instance Attribute Summary collapse
-
#primary_guest_email ⇒ String
Immutable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GuestAccountInfo
constructor
A new instance of GuestAccountInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GuestAccountInfo
Returns a new instance of GuestAccountInfo.
2915 2916 2917 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2915 def initialize(**args) update!(**args) end |
Instance Attribute Details
#primary_guest_email ⇒ String
Immutable. The guest's external email.
Corresponds to the JSON property primaryGuestEmail
2913 2914 2915 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2913 def primary_guest_email @primary_guest_email end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2920 2921 2922 |
# File 'lib/google/apis/admin_directory_v1/classes.rb', line 2920 def update!(**args) @primary_guest_email = args[:primary_guest_email] if args.key?(:primary_guest_email) end |