UpdatePlatformPartnerBody

constructor(    name: String? = null,     contact: UpdatePlatformPartnerBodyContact? = null,     account: UpdatePlatformPartnerBodyAccount? = null,     defaultContractId: String? = null,     memo: String? = null,     tags: List<String>? = null,     type: UpdatePlatformPartnerBodyType? = null,     userDefinedProperties: PlatformProperties? = null)