Method: KlaviyoAPI::FlowSeriesRequestDTOResourceObject#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



90
91
92
93
94
# File 'lib/klaviyo-api-sdk/models/flow_series_request_dto_resource_object.rb', line 90

def valid?
  return false if @type.nil?
  return false if @attributes.nil?
  true
end