Class: Google::Apis::DriveV2::User::Picture
- Inherits:
-
Object
- Object
- Google::Apis::DriveV2::User::Picture
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/drive_v2/classes.rb,
generated/google/apis/drive_v2/representations.rb,
generated/google/apis/drive_v2/representations.rb
Overview
The user's profile picture.
Instance Attribute Summary collapse
-
#url ⇒ String
A URL that points to a profile picture of this user.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Picture
constructor
A new instance of Picture.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Picture
Returns a new instance of Picture
3284 3285 3286 |
# File 'generated/google/apis/drive_v2/classes.rb', line 3284 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
A URL that points to a profile picture of this user.
Corresponds to the JSON property url
3282 3283 3284 |
# File 'generated/google/apis/drive_v2/classes.rb', line 3282 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3289 3290 3291 |
# File 'generated/google/apis/drive_v2/classes.rb', line 3289 def update!(**args) @url = args[:url] if args.key?(:url) end |