Get Registry Enterprise Sync Rules Plain Args
data class GetRegistryEnterpriseSyncRulesPlainArgs(val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val namespaceName: String? = null, val outputFile: String? = null, val repoName: String? = null, val targetInstanceId: String? = null) : ConvertibleToJava<GetRegistryEnterpriseSyncRulesPlainArgs>
A collection of arguments for invoking getRegistryEnterpriseSyncRules.