Class: Peddler::APIs::MessagingV1::GetSchemaResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::MessagingV1::GetSchemaResponse
- Defined in:
- sig/peddler/apis/messaging_v1.rbs
Instance Attribute Summary collapse
-
#_links ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute _links.
-
#errors ⇒ Array[Peddler::APIs::MessagingV1::Error]?
readonly
Returns the value of attribute errors.
-
#payload ⇒ Hash[untyped, untyped]?
readonly
Returns the value of attribute payload.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :_links, :errors, :payload ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::MessagingV1::GetSchemaResponse
Instance Method Summary collapse
-
#members ⇒ [ :_links, :errors, :payload ]
-
#to_h ⇒ { _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::MessagingV1::Error]?, payload: Hash[untyped, untyped]? }
Instance Attribute Details
#_links ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute _links.
367 368 369 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 367 def _links @_links end |
#errors ⇒ Array[Peddler::APIs::MessagingV1::Error]? (readonly)
Returns the value of attribute errors.
368 369 370 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 368 def errors @errors end |
#payload ⇒ Hash[untyped, untyped]? (readonly)
Returns the value of attribute payload.
369 370 371 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 369 def payload @payload end |
Class Method Details
.[](_links:, errors:, payload:) ⇒ Peddler::APIs::MessagingV1::GetSchemaResponse .[](arg0, arg1, arg2) ⇒ Peddler::APIs::MessagingV1::GetSchemaResponse
360 361 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 360
def self.[]: (?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::MessagingV1::Error]?, ?payload: Hash[untyped, untyped]?) -> Peddler::APIs::MessagingV1::GetSchemaResponse
| (Hash[untyped, untyped]?, Array[Peddler::APIs::MessagingV1::Error]?, Hash[untyped, untyped]?) -> Peddler::APIs::MessagingV1::GetSchemaResponse
|
.members ⇒ [ :_links, :errors, :payload ]
363 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 363
def self.members: () -> [ :_links, :errors, :payload ]
|
.new(_links:, errors:, payload:) ⇒ Peddler::APIs::MessagingV1::GetSchemaResponse .new(arg0, arg1, arg2) ⇒ Peddler::APIs::MessagingV1::GetSchemaResponse
358 359 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 358
def self.new: (?_links: Hash[untyped, untyped]?, ?errors: Array[Peddler::APIs::MessagingV1::Error]?, ?payload: Hash[untyped, untyped]?) -> Peddler::APIs::MessagingV1::GetSchemaResponse
| (Hash[untyped, untyped]?, Array[Peddler::APIs::MessagingV1::Error]?, Hash[untyped, untyped]?) -> Peddler::APIs::MessagingV1::GetSchemaResponse
|
.parse ⇒ Peddler::APIs::MessagingV1::GetSchemaResponse
365 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 365
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::MessagingV1::GetSchemaResponse
|
Instance Method Details
#members ⇒ [ :_links, :errors, :payload ]
371 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 371
def members: () -> [ :_links, :errors, :payload ]
|
#to_h ⇒ { _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::MessagingV1::Error]?, payload: Hash[untyped, untyped]? }
372 |
# File 'sig/peddler/apis/messaging_v1.rbs', line 372
def to_h: () -> { _links: Hash[untyped, untyped]?, errors: Array[Peddler::APIs::MessagingV1::Error]?, payload: Hash[untyped, untyped]? }
|