Method: Carbon::AccountsRequest#valid?
- Defined in:
- lib/carbon_ruby_sdk/models/accounts_request.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
140 141 142 143 |
# File 'lib/carbon_ruby_sdk/models/accounts_request.rb', line 140 def valid? return false if @data_source_id.nil? true end |