SunshineConversationsClient::AndroidUpdateAllOf Properties Name Type Description Notes project_id String Your project ID from your generated private key file. [optional] client_email String Your client email from your generated private key file. [optional] private_key String Your private key from your generated private key file. [optional] server_key String Your server key from the fcm console. [optional] sender_id String Your sender id from the fcm console. [optional] can_user_create_more_conversations Boolean Allows users to create more than one conversation on the android integration. [optional] Code Sample require 'SunshineConversationsClient' instance = SunshineConversationsClient::AndroidUpdateAllOf.new(project_id: <project-id>, client_email: <client-email>, private_key: <private-key>, server_key: <server-key>, sender_id: <sender-id>, can_user_create_more_conversations: null)