Method: KlaviyoAPI::UpdateProfileAction#list_invalid_properties
- Defined in:
- lib/klaviyo-api-sdk/models/update_profile_action.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
103 104 105 106 107 108 109 110 |
# File 'lib/klaviyo-api-sdk/models/update_profile_action.rb', line 103 def list_invalid_properties invalid_properties = Array.new if @type.nil? invalid_properties.push('invalid value for "type", type cannot be nil.') end invalid_properties end |