Class: Google::Apis::CloudsearchV1::RequestFileScope
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::RequestFileScope
- 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
-
#item_id ⇒ String
Corresponds to the JSON property
itemId.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RequestFileScope
constructor
A new instance of RequestFileScope.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RequestFileScope
Returns a new instance of RequestFileScope.
16613 16614 16615 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16613 def initialize(**args) update!(**args) end |
Instance Attribute Details
#item_id ⇒ String
Corresponds to the JSON property itemId
16611 16612 16613 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16611 def item_id @item_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16618 16619 16620 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 16618 def update!(**args) @item_id = args[:item_id] if args.key?(:item_id) end |