Method: TalonOne::AddToAudienceEffectProps.attribute_map

Defined in:
lib/talon_one/models/add_to_audience_effect_props.rb

.attribute_mapObject

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



31
32
33
34
35
36
37
38
# File 'lib/talon_one/models/add_to_audience_effect_props.rb', line 31

def self.attribute_map
  {
    :'audience_id' => :'audienceId',
    :'audience_name' => :'audienceName',
    :'profile_integration_id' => :'profileIntegrationId',
    :'profile_id' => :'profileId'
  }
end