class Google::Apis::StreetviewpublishV1::PhotoId

Identifier for a Photo.

Attributes

id[RW]

Required. A unique identifier for a photo. Corresponds to the JSON property `id` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/streetviewpublish_v1/classes.rb, line 409
def update!(**args)
  @id = args[:id] if args.key?(:id)
end