Method: Falcon::RegistrationGCPAccountExtRequestV2#valid?
- Defined in:
- lib/crimson-falcon/models/registration_gcp_account_ext_request_v2.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
97 98 99 100 |
# File 'lib/crimson-falcon/models/registration_gcp_account_ext_request_v2.rb', line 97 def valid? return false if @resources.nil? true end |