Class: Google::Apis::CloudsearchV1::RequestFileScope

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RequestFileScope

Returns a new instance of RequestFileScope.



17319
17320
17321
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17319

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

Instance Attribute Details

#item_idString

Corresponds to the JSON property itemId

Returns:

  • (String)


17317
17318
17319
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17317

def item_id
  @item_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17324
17325
17326
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 17324

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