Class: Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
- Defined in:
- sig/peddler/apis/application_integrations_2024_04_01.rbs
Instance Attribute Summary collapse
-
#marketplace_id ⇒ String?
readonly
Returns the value of attribute marketplace_id.
-
#notification_parameters ⇒ Hash[untyped, untyped]
readonly
Returns the value of attribute notification_parameters.
-
#template_id ⇒ String
readonly
Returns the value of attribute template_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :notification_parameters, :template_id, :marketplace_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
Instance Method Summary collapse
-
#members ⇒ [ :notification_parameters, :template_id, :marketplace_id ]
-
#to_h ⇒ { notification_parameters: Hash[untyped, untyped], template_id: String, marketplace_id: String? }
Instance Attribute Details
#marketplace_id ⇒ String? (readonly)
Returns the value of attribute marketplace_id.
14 15 16 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 14 def marketplace_id @marketplace_id end |
#notification_parameters ⇒ Hash[untyped, untyped] (readonly)
Returns the value of attribute notification_parameters.
15 16 17 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 15 def notification_parameters @notification_parameters end |
#template_id ⇒ String (readonly)
Returns the value of attribute template_id.
16 17 18 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 16 def template_id @template_id end |
Class Method Details
.[](notification_parameters:, template_id:, marketplace_id:) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest .[](arg0, arg1, arg2) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
7 8 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 7
def self.[]: (notification_parameters: Hash[untyped, untyped], template_id: String, ?marketplace_id: String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
| (Hash[untyped, untyped], String, String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
|
.members ⇒ [ :notification_parameters, :template_id, :marketplace_id ]
10 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 10
def self.members: () -> [ :notification_parameters, :template_id, :marketplace_id ]
|
.new(notification_parameters:, template_id:, marketplace_id:) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest .new(arg0, arg1, arg2) ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
5 6 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 5
def self.new: (notification_parameters: Hash[untyped, untyped], template_id: String, ?marketplace_id: String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
| (Hash[untyped, untyped], String, String?) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
|
.parse ⇒ Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
12 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ApplicationIntegrations20240401::CreateNotificationRequest
|
Instance Method Details
#members ⇒ [ :notification_parameters, :template_id, :marketplace_id ]
18 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 18
def members: () -> [ :notification_parameters, :template_id, :marketplace_id ]
|
#to_h ⇒ { notification_parameters: Hash[untyped, untyped], template_id: String, marketplace_id: String? }
19 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 19
def to_h: () -> { notification_parameters: Hash[untyped, untyped], template_id: String, marketplace_id: String? }
|