Class: Google::Apis::CloudsearchV1::Photo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudsearch_v1/classes.rb,
generated/google/apis/cloudsearch_v1/representations.rb,
generated/google/apis/cloudsearch_v1/representations.rb

Overview

A person's photo.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ Photo

Returns a new instance of Photo.



2778
2779
2780
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2778

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#urlString

The URL of the photo. Corresponds to the JSON property url

Returns:

  • (String)


2776
2777
2778
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2776

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2783
2784
2785
# File 'generated/google/apis/cloudsearch_v1/classes.rb', line 2783

def update!(**args)
  @url = args[:url] if args.key?(:url)
end