Class: Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
- Defined in:
- sig/peddler/apis/data_kiosk_2023_11_15.rbs
Instance Attribute Summary collapse
-
#pagination_token ⇒ String?
readonly
Returns the value of attribute pagination_token.
-
#query ⇒ String
readonly
Returns the value of attribute query.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :query, :pagination_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
Instance Method Summary collapse
Instance Attribute Details
#pagination_token ⇒ String? (readonly)
Returns the value of attribute pagination_token.
30 31 32 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 30 def pagination_token @pagination_token end |
#query ⇒ String (readonly)
Returns the value of attribute query.
31 32 33 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 31 def query @query end |
Class Method Details
.[](query:, pagination_token:) ⇒ Peddler::APIs::DataKiosk20231115::CreateQuerySpecification .[](arg0, arg1) ⇒ Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
23 24 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 23
def self.[]: (query: String, ?pagination_token: String?) -> Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
| (String, String?) -> Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
|
.members ⇒ [ :query, :pagination_token ]
26 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 26
def self.members: () -> [ :query, :pagination_token ]
|
.new(query:, pagination_token:) ⇒ Peddler::APIs::DataKiosk20231115::CreateQuerySpecification .new(arg0, arg1) ⇒ Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
21 22 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 21
def self.new: (query: String, ?pagination_token: String?) -> Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
| (String, String?) -> Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
|
.parse ⇒ Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
28 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 28
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::DataKiosk20231115::CreateQuerySpecification
|
Instance Method Details
#members ⇒ [ :query, :pagination_token ]
33 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 33
def members: () -> [ :query, :pagination_token ]
|
#to_h ⇒ { query: String, pagination_token: String? }
34 |
# File 'sig/peddler/apis/data_kiosk_2023_11_15.rbs', line 34
def to_h: () -> { query: String, pagination_token: String? }
|