class Google::Apis::DriveV2::User::Picture
The user's profile picture.
Attributes
url[RW]
A URL that points to a profile picture of this user. Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/drive_v2/classes.rb, line 2563 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/drive_v2/classes.rb, line 2568 def update!(**args) @url = args[:url] if args.key?(:url) end