class Google::Apis::AppsactivityV1::Photo

Photo information for a user.

Attributes

url[RW]

The URL of the photo. Corresponds to the JSON property `url` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/appsactivity_v1/classes.rb, line 303
def update!(**args)
  @url = args[:url] if args.key?(:url)
end