Method: PureCloud::ContactList#valid?

Defined in:
lib/purecloudplatformclientv2/models/contact_list.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



174
175
176
177
178
179
180
181
182
183
# File 'lib/purecloudplatformclientv2/models/contact_list.rb', line 174

def valid?
  if @column_names.nil?
    return false
  end

  if @phone_columns.nil?
    return false
  end

end