Method: KlaviyoAPI::SendWebhookAction#list_invalid_properties
- Defined in:
- lib/klaviyo-api-sdk/models/send_webhook_action.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
102 103 104 105 106 107 108 109 |
# File 'lib/klaviyo-api-sdk/models/send_webhook_action.rb', line 102 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 |