Method: KlaviyoAPI::HasPushMarketingConsent.attribute_map

Defined in:
lib/klaviyo-api-sdk/models/has_push_marketing_consent.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



47
48
49
50
51
52
53
# File 'lib/klaviyo-api-sdk/models/has_push_marketing_consent.rb', line 47

def self.attribute_map
  {
    :'channel' => :'channel',
    :'can_receive_marketing' => :'can_receive_marketing',
    :'consent_status' => :'consent_status'
  }
end