Class: Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
- Defined in:
- sig/peddler/apis/application_integrations_2024_04_01.rbs
Instance Attribute Summary collapse
-
#deletion_reason ⇒ String
readonly
Returns the value of attribute deletion_reason.
-
#template_id ⇒ String
readonly
Returns the value of attribute template_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :deletion_reason, :template_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
Instance Method Summary collapse
-
#members ⇒ [ :deletion_reason, :template_id ]
-
#to_h ⇒ { deletion_reason: String, template_id: String }
Instance Attribute Details
#deletion_reason ⇒ String (readonly)
Returns the value of attribute deletion_reason.
48 49 50 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 48 def deletion_reason @deletion_reason end |
#template_id ⇒ String (readonly)
Returns the value of attribute template_id.
49 50 51 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 49 def template_id @template_id end |
Class Method Details
.[](deletion_reason:, template_id:) ⇒ Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest .[](arg0, arg1) ⇒ Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
41 42 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 41
def self.[]: (deletion_reason: String, template_id: String) -> Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
| (String, String) -> Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
|
.members ⇒ [ :deletion_reason, :template_id ]
44 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 44
def self.members: () -> [ :deletion_reason, :template_id ]
|
.new(deletion_reason:, template_id:) ⇒ Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest .new(arg0, arg1) ⇒ Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
39 40 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 39
def self.new: (deletion_reason: String, template_id: String) -> Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
| (String, String) -> Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
|
.parse ⇒ Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
46 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 46
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ApplicationIntegrations20240401::DeleteNotificationsRequest
|
Instance Method Details
#members ⇒ [ :deletion_reason, :template_id ]
51 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 51
def members: () -> [ :deletion_reason, :template_id ]
|
#to_h ⇒ { deletion_reason: String, template_id: String }
52 |
# File 'sig/peddler/apis/application_integrations_2024_04_01.rbs', line 52
def to_h: () -> { deletion_reason: String, template_id: String }
|