Class: Google::Apis::CloudsearchV1::Photo
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::Photo
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
A person's photo.
Instance Attribute Summary collapse
-
#url ⇒ String
The URL of the photo.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Photo
constructor
A new instance of Photo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Photo
Returns a new instance of Photo.
3132 3133 3134 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3132 def initialize(**args) update!(**args) end |
Instance Attribute Details
#url ⇒ String
The URL of the photo.
Corresponds to the JSON property url
3130 3131 3132 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3130 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3137 3138 3139 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3137 def update!(**args) @url = args[:url] if args.key?(:url) end |