class Google::Apis::CloudsearchV1::Media

Media resource.

Attributes

resource_name[RW]

Name of the media resource. Corresponds to the JSON property `resourceName` @return [String]

Public Class Methods

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