class Google::Apis::KeepV1::User

Describes a single user.

Attributes

email[RW]

The user's email. Corresponds to the JSON property `email` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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