class Google::Apis::StreetviewpublishV1::UploadRef

Upload reference for media files.

Attributes

upload_url[RW]

An upload reference should be unique for each user. It follows the form: “ streetviewpublish.googleapis.com/media/user/`account_id`/photo/` upload_reference`” Corresponds to the JSON property `uploadUrl` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/streetviewpublish_v1/classes.rb, line 630
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 635
def update!(**args)
  @upload_url = args[:upload_url] if args.key?(:upload_url)
end