Class: Google::Apis::DocsV1::TabsCriteria

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_idsArray<String>

The list of tab IDs in which the request executes. Corresponds to the JSON property tabIds

Returns:

  • (Array<String>)


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