class Google::Apis::CloudsearchV1::UploadItemRef
Represents an upload session reference. This reference is created via upload method. Updating of item content may refer to this uploaded content via contentDataRef.
Attributes
name[RW]
Name
of the content reference. The maximum length is 2048 characters. Corresponds to the JSON property `name` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudsearch_v1/classes.rb, line 5098 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudsearch_v1/classes.rb, line 5103 def update!(**args) @name = args[:name] if args.key?(:name) end