class INDataCenter(DataCenter):
"""
This class represents the properties of Zoho CRM in IN Domain.
"""
@classmethod
def PRODUCTION(cls):
"""
This method represents the Zoho CRM Production environment in IN domain
:return: An instance of Environment
"""
return DataCenter.Environment("
https://www.zohoapis.in", cls().get_iam_url(), cls().get_file_upload_url(), "in_prd")