Class: Google::Apis::DocsV1::TabsCriteria
- Inherits:
-
Object
- Object
- Google::Apis::DocsV1::TabsCriteria
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/docs_v1/classes.rb,
lib/google/apis/docs_v1/representations.rb,
lib/google/apis/docs_v1/representations.rb
Overview
A criteria that specifies in which tabs a request executes.
Instance Attribute Summary collapse
-
#tab_ids ⇒ Array<String>
The list of tab IDs in which the request executes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TabsCriteria
constructor
A new instance of TabsCriteria.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TabsCriteria
Returns a new instance of TabsCriteria.
6199 6200 6201 |
# File 'lib/google/apis/docs_v1/classes.rb', line 6199 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tab_ids ⇒ Array<String>
The list of tab IDs in which the request executes.
Corresponds to the JSON property tabIds
6197 6198 6199 |
# File 'lib/google/apis/docs_v1/classes.rb', line 6197 def tab_ids @tab_ids end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6204 6205 6206 |
# File 'lib/google/apis/docs_v1/classes.rb', line 6204 def update!(**args) @tab_ids = args[:tab_ids] if args.key?(:tab_ids) end |