Class: Pago::V2026_04::Models::BenefitSlackSharedChannelSubscriberProperties
- Inherits:
-
Model
- Object
- Model
- Pago::V2026_04::Models::BenefitSlackSharedChannelSubscriberProperties
- Defined in:
- lib/pago/v2026_04/models.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary collapse
- JSON_KEYS =
{ }.freeze
- REQUIRED_KEYS =
[].freeze
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ BenefitSlackSharedChannelSubscriberProperties
constructor
A new instance of BenefitSlackSharedChannelSubscriberProperties.
Methods inherited from Model
#==, #[], #field_set?, #hash, #inspect, json_keys, required_json_keys, #to_json, #to_json_hash, wrap_raw
Constructor Details
#initialize ⇒ BenefitSlackSharedChannelSubscriberProperties
Returns a new instance of BenefitSlackSharedChannelSubscriberProperties.
8536 8537 8538 |
# File 'lib/pago/v2026_04/models.rb', line 8536 def initialize super end |
Class Method Details
.from_json(data) ⇒ BenefitSlackSharedChannelSubscriberProperties?
8542 8543 8544 8545 8546 8547 8548 |
# File 'lib/pago/v2026_04/models.rb', line 8542 def self.from_json(data) data = ::JSON.parse(data) if data.is_a?(String) data = ::Pago::Serde.object(data) return nil if data.nil? wrap_raw(new, data) end |