Method: PureCloud::OrganizationPresence#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



147
148
149
150
151
152
# File 'lib/purecloudplatformclientv2/models/organization_presence.rb', line 147

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

end